[evolution-patches] GW server interface updates on e-d-s GW backend



hi,

 The soap message requesting the ids of folders belong has been renamed
in the soap schema. This patch updates the GW backend in e-d-s as well.

thanks,
harish

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/ChangeLog,v
retrieving revision 1.100
diff -u -p -r1.100 ChangeLog
--- ChangeLog	13 Feb 2004 20:09:05 -0000	1.100
+++ ChangeLog	25 Feb 2004 14:27:00 -0000
@@ -1,3 +1,8 @@
+2004-02-25 Harish K <kharish novell com>
+	* servers/groupwise/e-gw-connection.c : the latest GW server
+	requires getFolderListRequest instead of the getContainerListRequest
+	message to get the ids of folders.
+	
 2004-02-13  Chris Toshok  <toshok ximian com>
 
 	* libedataserver/Makefile.am (libedataserver_la_LIBADD): use
Index: servers/groupwise/e-gw-connection.c
===================================================================
RCS file:
/cvs/gnome/evolution-data-server/servers/groupwise/e-gw-connection.c,v
retrieving revision 1.54
diff -u -p -r1.54 e-gw-connection.c
--- servers/groupwise/e-gw-connection.c	6 Feb 2004 18:52:25 -0000	1.54
+++ servers/groupwise/e-gw-connection.c	25 Feb 2004 14:27:01 -0000
@@ -378,7 +378,7 @@ e_gw_connection_get_container_list (EGwC
 	g_return_val_if_fail (E_IS_GW_CONNECTION (cnc),
E_GW_CONNECTION_STATUS_UNKNOWN);
 	g_return_val_if_fail (container_list != NULL,
E_GW_CONNECTION_STATUS_UNKNOWN);
 
-	msg = e_gw_message_new_with_header (cnc->priv->uri,
cnc->priv->session_id, "getContainerListRequest");
+	msg = e_gw_message_new_with_header (cnc->priv->uri,
cnc->priv->session_id, "getFolderListRequest");
         if (!msg) {
                 g_warning (G_STRLOC ": Could not build SOAP message");
                 return E_GW_CONNECTION_STATUS_UNKNOWN;





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]