You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Jain, Anshul" <An...@Nav-International.com> on 2006/05/04 22:50:59 UTC

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" ) ;