|
Thanks Dushshantha for response.
Tried setting classpath to all jars mentioned and then ran
the WSDL2WS command at the command prompt. It gives following error -
C:\Axis Extract\axis-c-1-5-win32\lib\axis\WSDL2WS>java
org.apache.axis.wsdl.wsdl2ws.WSDL2Ws ProductLookupSer Any idea what I could be missing?
Thanks,
Linesh From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 11:53 AM To: Apache AXIS C User List Subject: RE: How to read CPP_DOC_PROVIDER response 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 http://ws.apache.org/axis/cpp/arch/WSDL2Ws.html#codegen
. You can find implemented client code in \tests\auto_build\testcases\client\cpp
folder which is CalculatorDocClient.cpp. Try with
these. Thanks,
Dushshantha From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi,
Calculator sample made available on
Axis website demonstrates reading response from RPC_PROVIDER Calculator
webservice in following way. if (AXIS_SUCCESS
== m_pCall->invoke()) } What is the correct way of
reading response from a DOC_PROVIDER
webservice? Thanks &
regards, Linesh
|
- How to read CPP_DOC_PROVIDER response linesh.mahadik
- RE: How to read CPP_DOC_PROVIDER response Dushshantha Chandradasa
- RE: How to read CPP_DOC_PROVIDER response linesh.mahadik
