You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/04/03 09:01:20 UTC

svn commit: r390969 - /webservices/axis2/trunk/c/samples/client/diclient/README

Author: damitha
Date: Mon Apr  3 00:01:19 2006
New Revision: 390969

URL: http://svn.apache.org/viewcvs?rev=390969&view=rev
Log:
Updated README

Modified:
    webservices/axis2/trunk/c/samples/client/diclient/README

Modified: webservices/axis2/trunk/c/samples/client/diclient/README
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/diclient/README?rev=390969&r1=390968&r2=390969&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/diclient/README (original)
+++ webservices/axis2/trunk/c/samples/client/diclient/README Mon Apr  3 00:01:19 2006
@@ -3,10 +3,15 @@
 Axis2 C with the configure option --enable-wsdl-pull=yes.
 To do this you should have installed WsdlPull and Axis2c_wsdl4c which
 is a C wrapper for WsdlPull.
-However in the WsdlPull version I used(version 1.9) I noticed that,  WsdlParser::getService() 
-method is there in the Header file but not implemented. I sent a mail to WsdlPull yahoo group
-asking to rectify this, so I hope that this problem will not be there in future versions.
-However for the time being Please add the following code to WsdlParser.cpp
+
+I'm using WsdlPull 1.10
+
+Notes for WsdlPull 1.9
+======================
+Note1:
+In WsdlPull version 1.9 I noticed that,  WsdlParser::getService() 
+method is there in the Header file but not implemented.
+Therefore add the following code to WsdlParser.cpp
 
 const Service *
 WsdlParser::getService()
@@ -21,7 +26,7 @@
         return services_.back();
     }
 }
-
+Note2:
 Also there is another fix for WsdlPull
 In WsdlParser.cpp's parseService method