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

Reply via email to