RE: How to read CPP_DOC_PROVIDER response

2005-08-08 Thread Dushshantha Chandradasa
HI Linesh,   Use a wsdl file of a Doc/Lit style to auto generate code for a doc/lit client and a server.   Go to \tests\auto_build\testcases\wsdls folder in your axis home folder. Get CalculatorDoc.wsdl file and auto generate client and server codes using wsdl2ws tool as described in  

Re: Problem deserializing SOAP response in Axis C++ client

2005-08-08 Thread Samisa Abeysinghe
We seem to have a problem with encoding. There are few Jira issues on this. We got to look into XML encoding to solve this problem. Samisa... On 8/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > OK, I think I see my mistake. The SOAP response sent by the webservice has > character entit

RE: Error when running WSDL2Ws

2005-08-08 Thread Bish, Tim
Hi If you look at my command line call to WSDL2Ws you will see quotes around the CLASSPATH expansion, this would resolve the problem you saw, I routinely run programs this way without problems. C:\Source Archive\AxisCClient>java -classpath .\wsdl2ws.jar;.;"%CLASSPATH%" org.apache.axis.wsdl.wsdl2w

Re: Error when running WSDL2Ws

2005-08-08 Thread George Sebastian
Hi Tim, Just try to set the classpath at the command console itself to the jars. Ensure it is set by echoing it on the console.(Do all these with a well structured wsdl) If you have eclipse(http://eclipse.org) installed then there is simple way to do this. Create a new java project and then right