Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 37934 invoked from network); 16 Jan 2006 11:36:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jan 2006 11:36:40 -0000 Received: (qmail 99025 invoked by uid 500); 16 Jan 2006 11:36:39 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 98814 invoked by uid 500); 16 Jan 2006 11:36:38 -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 98802 invoked by uid 99); 16 Jan 2006 11:36:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2006 03:36:38 -0800 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS,WEIRD_QUOTING X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of HAWKINSJ@uk.ibm.com designates 195.212.29.137 as permitted sender) Received: from [195.212.29.137] (HELO mtagate4.uk.ibm.com) (195.212.29.137) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2006 03:36:37 -0800 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate4.uk.ibm.com (8.12.10/8.12.10) with ESMTP id k0GB4Nj8190108 for ; Mon, 16 Jan 2006 11:36:13 GMT Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k0GAlAGN067856 for ; Mon, 16 Jan 2006 10:47:10 GMT Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id k0GAl9mc007223 for ; Mon, 16 Jan 2006 10:47:09 GMT Received: from d06ml068.portsmouth.uk.ibm.com (d06ml068.portsmouth.uk.ibm.com [9.149.38.194]) by d06av04.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id k0GAl9wY007205 for ; Mon, 16 Jan 2006 10:47:09 GMT In-Reply-To: To: "Apache AXIS C User List" MIME-Version: 1.0 Subject: Re: Failure of Google Search API web service using Axis X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 From: John Hawkins X-MIMETrack: S/MIME Sign by Notes Client on John Hawkins/UK/IBM(Release 6.0.2CF1|June 9, 2003) at 16/01/2006 10:19:35, Serialize by Notes Client on John Hawkins/UK/IBM(Release 6.0.2CF1|June 9, 2003) at 16/01/2006 10:19:35, Serialize complete at 16/01/2006 10:19:35, S/MIME Sign failed at 16/01/2006 10:19:35: The cryptographic key was not found, Serialize by Router on D06ML068/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 16/01/2006 10:47:08, Serialize complete at 16/01/2006 10:47:08 Message-ID: Date: Mon, 16 Jan 2006 10:47:06 +0000 Content-Type: multipart/alternative; boundary="=_alternative 0038B97F802570F8_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 0038B97F802570F8_= Content-Type: text/plain; charset="US-ASCII" Can you capture the response message coming across the wire please. Ashutosh Kumar 16/01/2006 09:57 Please respond to "Apache AXIS C User List" To axis-c-user@ws.apache.org cc Subject Failure of Google Search API web service using Axis Hi ! I am trying to call google search api in my c++ clinet code generated using GoogleSearch.wsdl, axis and eclipse. The query being made is as follows doGoogleSearch(true,license key,"",0,utf-8,true,"",10,utf-8,query term); which in turn is calling GoogleSearchPort::doGoogleSearch() and inside this function it is failing while calling m_pCall->checkMessage("doGoogleSearchResponse", "urn:GoogleSearch"). The Debug error that I am getting is "abnormal program termination". This error message is set after the failure of checkMessageBody() function in SoapDeserializer.cpp file of axis/soap. Could you provide some help in this matter. Thanks & Regards Ashutosh Kumar --=_alternative 0038B97F802570F8_= Content-Type: text/html; charset="US-ASCII"
Can you capture the response message coming across the wire please.




Ashutosh Kumar <meetashutosh@gmail.com>

16/01/2006 09:57
Please respond to
"Apache AXIS C User List"

To
axis-c-user@ws.apache.org
cc
Subject
Failure of Google Search API web service using Axis





Hi !
I am trying to call google search api in my c++ clinet code generated using GoogleSearch.wsdl, axis and eclipse. The query being made is as follows
 
doGoogleSearch(true,license key,"",0,utf-8,true,"",10,utf-8,query term);
 
which in turn is calling GoogleSearchPort::doGoogleSearch() and inside this function it is failing while calling
 
m_pCall->checkMessage("doGoogleSearchResponse", "urn:GoogleSearch").
 
The Debug error that I am getting is "abnormal program termination". This error message is set after the failure of checkMessageBody() function in SoapDeserializer.cpp file of axis/soap.
 
Could you provide some help in this matter.

Thanks & Regards
Ashutosh Kumar

--=_alternative 0038B97F802570F8_=--