Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 12278 invoked from network); 5 Aug 2005 13:37:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2005 13:37:09 -0000 Received: (qmail 6689 invoked by uid 500); 5 Aug 2005 13:37:09 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 6505 invoked by uid 500); 5 Aug 2005 13:37:08 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 6492 invoked by uid 99); 5 Aug 2005 13:37:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 06:37:08 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_60_70,HTML_MESSAGE,HTML_TEXT_AFTER_BODY,HTML_TEXT_AFTER_HTML,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.101.113.37] (HELO wip-ectls-mx1.wipro.com) (203.101.113.37) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2005 06:36:58 -0700 Received: from wip-ectls-mx1.wipro.com (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with ESMTP id 97FDE220298 for ; Fri, 5 Aug 2005 19:08:45 +0530 (IST) Received: from blr-ec-bh02.wipro.com (blr-ec-bh02.wipro.com [10.201.50.92]) by wip-ectls-mx1.wipro.com (Postfix) with ESMTP id 31D362200F6 for ; Fri, 5 Aug 2005 19:08:43 +0530 (IST) Received: from BLR-EC-MBX04.wipro.com ([10.201.50.165]) by blr-ec-bh02.wipro.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 5 Aug 2005 19:07:01 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C599C2.C208CA59" Subject: How to read CPP_DOC_PROVIDER response Date: Fri, 5 Aug 2005 19:05:53 +0530 Message-ID: <572F5724CBFEB84486F2B87D2BCC0A83324D8D@BLR-EC-MBX04.wipro.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to read CPP_DOC_PROVIDER response Thread-Index: AcWZwpobJt6V9F5YSq+PPs5Hj+yLmw== From: To: X-OriginalArrivalTime: 05 Aug 2005 13:37:01.0109 (UTC) FILETIME=[C2381E50:01C599C2] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C599C2.C208CA59 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi,=0D =0D Calculator sample made available on Axis website demonstrates reading response from RPC_PROVIDER Calculator webservice in following way. =0D if (AXIS_SUCCESS =3D=3D m_pCall->invoke()) { if(AXIS_SUCCESS =3D=3D m_pCall->checkMessage("addResponse", "http://localhost/axis/Calculator ")) { Ret =3D m_pCall->getElementAsInt("addReturn", 0); =0D } } =0D What is the correct way of reading response from a DOC_PROVIDER webservice? =0D =0D Thanks & regards, =0D Linesh Confidentiality Notice=0D 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= Mailadmin@wipro.com immediately and destroy all copies of this message and any attachments. ------_=_NextPart_001_01C599C2.C208CA59 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hi,=0D
 
Calculator sample=0D made available on Axis website demonstrates reading response from=0D RPC_PROVIDER Calculator webservice in following way.
 
  if (AXIS_SUCCESS= =3D=3D=0D m_pCall->invoke())
  {
   if(AXIS_SUCCESS= =3D=3D=0D m_pCall->checkMessage("addResponse", "
http://localhost/axis/Calculator
"))
   {
     Ret=0D =3D m_pCall->getElementAsInt("addReturn", 0);
 
   }
  }
 
What is= the=0D correct way of reading response from a DOC_PROVIDER=0D webservice?
 
 
Thanks= &=0D 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= Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.
------_=_NextPart_001_01C599C2.C208CA59--