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())
  {
   if(AXIS_SUCCESS == m_pCall->checkMessage("addResponse", "
http://localhost/axis/Calculator"))
   {
     Ret = m_pCall->getElementAsInt("addReturn", 0);
 
   }
  }
 
What is the correct way of reading response from a DOC_PROVIDER webservice?
 
 
Thanks & regards,
 
Linesh


Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

Reply via email to