Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 2307 invoked from network); 5 Aug 2004 10:53:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Aug 2004 10:53:16 -0000 Received: (qmail 54651 invoked by uid 500); 5 Aug 2004 10:53:11 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 54534 invoked by uid 500); 5 Aug 2004 10:53:09 -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 54486 invoked by uid 99); 5 Aug 2004 10:53:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [195.212.29.137] (HELO mtagate4.uk.ibm.com) (195.212.29.137) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 05 Aug 2004 03:53:06 -0700 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 i75Ar1d2467188; Thu, 5 Aug 2004 10:53:01 GMT Received: from d06ml068.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i75Ao2iA159304; Thu, 5 Aug 2004 11:52:59 +0100 In-Reply-To: Subject: RE: Client issues To: "Apache AXIS C User List" Cc: axis-c-dev@ws.apache.org X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: John Hawkins Date: Thu, 5 Aug 2004 11:49:07 +0100 X-MIMETrack: Serialize by Router on D06ML068/06/M/IBM(Release 6.0.2CF2HF259 | March 11, 2004) at 05/08/2004 11:55:36 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N +1 What would it take to do this? Preferably with automated tests running from it and those results displayed too. John Hawkins To 05/08/2004 10:30 cc Please respond to Subject "Apache AXIS C RE: Client issues User List" I would prefer to be able to download/use a pre-built distribution of axis_cpp. Whilst I'm happy to code/build my client application, I don't want the complexity of building the libraries. In the Axis for Java project, there is always an overnight build available. Is there not one for c++ ? Regards, Adrian Smith BT -----Original Message----- From: lahiru@opensource.lk [mailto:lahiru@opensource.lk] Sent: 05 August 2004 10:25 To: Apache AXIS C User List Subject: RE: Client issues Refer the mail below for the information. http://marc.theaimsgroup.com/?l=axis-c-dev&m=109110543120691&w=2 Lahiru Wimalasiri > I have already replied to this under "Re: Implementation of SOAPTransport > interface using LibWWW for client" and the documentation is also available > in reame file. > > Lahiru Wimalasiri > > > >> I'd still appreciate a response to this. >> >> Many thanks. >> >> -----Original Message----- >> From: Samisa Abeysinghe [mailto:samisa_abeysinghe@yahoo.com] >> Sent: Thu 29/07/2004 11:23 >> To: Apache AXIS C User List >> Cc: >> Subject: RE: Client issues >> >> >> >> Lahiru created a windows VC project for this. >> It works for windows. >> >> Lahiru! please detail how to get it working on windows. >> >> Samisa... >> >> --- adrian.p.smith@bt.com wrote: >> >> > When will there be a Windows build available for this? >> > >> > Thanks. >> > >> > -----Original Message----- >> > From: damitha kumarage [mailto:damitha@opensource.lk] >> > Sent: 29 July 2004 10:42 >> > To: Apache AXIS C User List >> > Subject: Re: Client issues >> > >> > >> > Hi, >> > Existing Axis C++ transport library of Axis C++ client is not so good >> > for real use. Samisa has introduced libwww transport to use with >> client. >> > I think we should start using libwww as the default axis c++ client >> > transport library. >> > >> > thanks >> > damitha >> > On Mon, 2004-07-19 at 14:30, adrian.p.smith@bt.com wrote: >> > > I've a couple of issues with using the C++ client against an >> existing >> Java (non-Axis) service. >> > > >> > > 1. If I don't initialise an input string the client sends some >> spurious hex: >> > > >> > > a0 04 2f >> > > >> > > as the XML content. >> > > >> > > This causes the server side process to return a Fault. >> > > >> > > 2. Whatever the server returns, I get: >> > > >> > > Exception : AxisTransportException:Transport buffer is empty >> > > >> > > even though many other clients, including Java Axis are OK. >> > > >> > > My WSDL is: >> > > >> > > >> > > >> > > >> > > > targetNamespace="http://www.bt.com/css/mmbi/CH020X/" >> > xmlns:wsdlns="http://www.bt.com/css/mmbi/CH020X/" >> > xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" >> xmlns:xsd="http://www.w3.org/2001/XMLSchema" >> > xmlns="http://schemas.xmlsoap.org/wsdl/" >> xmlns:tns="http://www.bt.com/css/mmbi/2002/06/types"> >> > > >> > > > targetNamespace="http://www.bt.com/css/mmbi/2002/06/types" >> > xmlns="http://www.w3.org/2001/XMLSchema" >> xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" >> > xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" >> elementFormDefault="unqualified" >> > attributeFormDefault="unqualified"> >> > > > namespace="http://schemas.xmlsoap.org/soap/encoding/" /> >> > > >> > > >> > > >> > > >> > > > wsdl:arrayType="xsd:string[]" /> >> > > >> > > >> > > >> > > >> > > >> > > >> > > > wsdl:arrayType="tns:bill[]" /> >> > > >> > > >> > > >> > > >> > > >> > > >> > > > wsdl:arrayType="tns:product[]" /> >> > > >> > > >> > > >> > > >> > > >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > >> > > >> > > >> > > >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > >> > > >> > > >> > > >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > >> > > >> > > >> > > >> > > > maxOccurs="1" nillable="false" >> > /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > type="tns:ArrayOfString" >> minOccurs="0" >> > maxOccurs="1" nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > type="tns:ArrayOfString" >> minOccurs="0" >> > maxOccurs="1" nillable="false" /> >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" maxOccurs="1" >> > nillable="false" /> >> > > > maxOccurs="1" >> > nillable="false" /> >> > > > minOccurs="0" >> maxOccurs="1" >> > nillable="false" >> === message truncated === >> >> >> >> >> >> __________________________________ >> Do you Yahoo!? >> New and Improved Yahoo! Mail - 100MB free storage! >> http://promotions.yahoo.com/new_mail >> >> > > >