no need to set the namespace for "types:", it's already set in
authorRodrigo Moya <rodrigo@ximian.com>
Tue, 16 Dec 2003 21:53:49 +0000 (21:53 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Tue, 16 Dec 2003 21:53:49 +0000 (21:53 +0000)
2003-12-16  Rodrigo Moya <rodrigo@ximian.com>

* backends/groupwise/e-gw-connection.c (e_gw_connection_new): no need to
set the namespace for "types:", it's already set in
e_gw_message_new_with_header().

calendar/ChangeLog
calendar/backends/groupwise/e-gw-connection.c
servers/groupwise/e-gw-connection.c

index 00d7471..a1dba83 100644 (file)
@@ -1,5 +1,11 @@
 2003-12-16  Rodrigo Moya <rodrigo@ximian.com>
 
+       * backends/groupwise/e-gw-connection.c (e_gw_connection_new): no need to
+       set the namespace for "types:", it's already set in
+       e_gw_message_new_with_header().
+
+2003-12-16  Rodrigo Moya <rodrigo@ximian.com>
+
        * backends/groupwise/e-gw-message.c (e_gw_message_new_with_header):
        added the namespace for the SOAP types.
 
index 4b1421e..2342c98 100644 (file)
@@ -265,7 +265,7 @@ e_gw_connection_new (const char *uri, const char *username, const char *password
 
        /* build the SOAP message */
        msg = e_gw_message_new_with_header (uri, "loginRequest");
-       soup_soap_message_start_element (msg, "auth", "types", "http://schemas.novell.com/2003/10/NCSP/types.xsd");
+       soup_soap_message_start_element (msg, "auth", "types", NULL);
        soup_soap_message_add_attribute (msg, "type", "types:PlainText", "xsi",
                                         "http://www.w3.org/2001/XMLSchema-instance");
        e_gw_message_write_string_parameter (msg, "username", username);
index 4b1421e..2342c98 100644 (file)
@@ -265,7 +265,7 @@ e_gw_connection_new (const char *uri, const char *username, const char *password
 
        /* build the SOAP message */
        msg = e_gw_message_new_with_header (uri, "loginRequest");
-       soup_soap_message_start_element (msg, "auth", "types", "http://schemas.novell.com/2003/10/NCSP/types.xsd");
+       soup_soap_message_start_element (msg, "auth", "types", NULL);
        soup_soap_message_add_attribute (msg, "type", "types:PlainText", "xsi",
                                         "http://www.w3.org/2001/XMLSchema-instance");
        e_gw_message_write_string_parameter (msg, "username", username);