|
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
