Add stub so soup-apache modules an be run by soup-httpd.
authorAlex Graveley <alex@ximian.com>
Thu, 14 Mar 2002 01:25:23 +0000 (01:25 +0000)
committerAlex Graveley <orph@src.gnome.org>
Thu, 14 Mar 2002 01:25:23 +0000 (01:25 +0000)
2002-03-13  Alex Graveley  <alex@ximian.com>

* src/soup-httpd/soup-httpd.c (ap_ctx_get): Add stub so
soup-apache modules an be run by soup-httpd.
(ap_get_server_port): Ditto.

* src/soup-wsdl/wsdl-soap-skels.c (wsdl_emit_soap_skels_service):
Generate the _get_server function, which returns a SoupServer
representing the protocol/port defined in the WSDL file.

* tests/stockquote2-mod-server.sh: Added.  Runs soup-httpd using
the libstockquote2.so module generated from
tests/stockquote2-mod-server.c

* tests/stockquote2-mod-server.c: Update for new API generated by
soup-wsdl.

* tests/mod-server-test.c (soup_server_init): Update for new
soup_server_register API.

ChangeLog

index 758b801..1839881 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
 2002-03-13  Alex Graveley  <alex@ximian.com>
 
+       * src/soup-httpd/soup-httpd.c (ap_ctx_get): Add stub so
+       soup-apache modules an be run by soup-httpd.
+       (ap_get_server_port): Ditto.
+
+       * src/soup-wsdl/wsdl-soap-skels.c (wsdl_emit_soap_skels_service):
+       Generate the _get_server function, which returns a SoupServer
+       representing the protocol/port defined in the WSDL file.
+
+       * tests/stockquote2-mod-server.sh: Added.  Runs soup-httpd using
+       the libstockquote2.so module generated from
+       tests/stockquote2-mod-server.c
+
+       * tests/stockquote2-mod-server.c: Update for new API generated by
+       soup-wsdl.
+
+       * tests/mod-server-test.c (soup_server_init): Update for new
+       soup_server_register API.
+
+2002-03-13  Alex Graveley  <alex@ximian.com>
+
        * tests/stockquote2-client.c (callback): Check for transport
        error.