Hi, I am getting the exception while trying to run the Google client using AXIS.
Pl let me know if some one has done is successfully in past. With Rgds, Anshul Jain -----Original Message----- From: Jain, Anshul Sent: Thursday, May 04, 2006 3:51 PM To: '[email protected]' Subject: Google Client and Exception from SoapDeSerializer.cpp Hi, I am trying to use the C++ SOAP client using AXIS on AIX. I am trying to have a simple client for the Google. But I am getting the exception from soap/SoapDeSerializer.cpp:683. Is it some thing to do with the XML parser? There is a soft link for the libaxis_xmlparser.a as libaxis_xerces.so in /usr/local/axiscpp_deploy/lib Any further links will help. With Rgds, Anshul Jain GoogleSearchPort g ("http://api.google.com/search/beta2") ; g . doGoogleSearch ( true_ , "VUQrY+pQFHJTddbEpdy7iv569wCsC5hk" , "" , 0 , "latin1" , false_ , "" , 10 , "latin1" , "sample search" ) ;
