Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 8272 invoked from network); 27 May 2004 04:55:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 May 2004 04:55:54 -0000 Received: (qmail 82567 invoked by uid 500); 27 May 2004 04:56:34 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 82507 invoked by uid 500); 27 May 2004 04:56:33 -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 82465 invoked by uid 98); 27 May 2004 04:56:33 -0000 Received: from susantha@opensource.lk by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.68.1.20):. Processed in 0.051609 secs); 27 May 2004 04:56:33 -0000 X-Qmail-Scanner-Mail-From: susantha@opensource.lk via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.68.1.20):. Processed in 0.051609 secs) Received: from unknown (HELO relay.pair.com) (209.68.1.20) by hermes.apache.org with SMTP; 27 May 2004 04:56:33 -0000 Received: (qmail 67537 invoked from network); 27 May 2004 04:55:37 -0000 Received: from 126.251.adsl.sltnet.lk (HELO SusanthaNB) (220.247.251.126) by relay.pair.com with SMTP; 27 May 2004 04:55:37 -0000 X-pair-Authenticated: 220.247.251.126 From: "Susantha Kumara" To: "'Apache AXIS C User List'" Subject: RE: simple question -> Interoparability Problem C,C++ with Java Date: Thu, 27 May 2004 10:55:31 +0600 Message-ID: <000001c443a6$d97370b0$0a65a8c0@SusanthaNB> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I checked the latest code of WSDL2Ws tool (stub/skeleton generator) and the bug I mentioned in the previous mail is fixed now. But if your wsdl is document/literal it should work fine.=20 What is the style in your wsdl ?. I am willing to help you to use Axis C++. Could you send me sufficient details on the problems you get (error messages / SOAP messages captured with tcpmonitor / server side logs etc). Are u using both Axis C++ client and Server ?. --- Susantha Kumara Virtusa (pvt) Ltd. Office : +94112714385 Mobile : +94777420453 > -----Original Message----- > From: Bochnak Filip [mailto:Filip.Bochnak@edmb.debis.com] > Sent: Wednesday, May 26, 2004 6:33 PM > To: 'Apache AXIS C User List' > Subject: AW: simple question -> Interoparability Problem C,C++ with Java >=20 > Hi Susantha >=20 > Many thanks for your email. > I just wondering because I=B4ve tried so many times and it=B4s still = not > working. :-( > Is there anything else what I=B4m missing? What kind of encoding style do I > have to use? You can use both doc/literal and rpc/encoded. Both are supported in Axis C++. Only rpc/literal is not supported yet. > Document/Literal or rpc/encoded. They both didn=B4t work ??? They works fine. Could you check the provided samples in the binary distribution ?. --- Susantha. > I have also tried gsoap and it works wonderful with document/literal. > It has also some bugs, if I=B4m run the code generators(wsdl2h,soapcpp2),but > it works. > Can you help me here, because I have to take a decision very soon which of > both (gsoap,axis c++) are useful for a > client c++/service java communication? > I would appreciate any help. >=20 > Thanks Phil >=20 >=20 > -----Urspr=FCngliche Nachricht----- > Von: Susantha Kumara [mailto:susantha@opensource.lk] > Gesendet: Mittwoch, 26. Mai 2004 14:22 > An: 'Apache AXIS C User List' > Betreff: RE: simple question -> Interoparability Problem C,C++ with Java >=20 >=20 >=20 > Hi Phil, >=20 > Yes its possible to have a Axis C++ client talking to Axis Java server. > People have done that. >=20 > But there is a known problem in the Axis C++ code generator-WSDL2Ws tool > (found today). But this problem occurs when you generated client side > stub sources using a RPC style wsdl which has "parameterOrder" attribute > in its >=20 > We will correct this problem ASAP in the CVS. >=20 > --- > Susantha. >=20 > > -----Original Message----- > > From: Bochnak Filip [mailto:Filip.Bochnak@edmb.debis.com] > > Sent: Wednesday, May 26, 2004 6:10 PM > > To: axis-c > > Subject: simple question -> Interoparability Problem C,C++ with Java > > > > Hi all > > > > I have a simple question. Can I implement a C++ Client which connects > to a > > Java Web Service with Axis? > > I=B4ve tried for weeks to run a simple example like getQuote! But it > didn=B4t > > work. > > I use Axis C++ 1.1.1 on the Client side and Axis-1_1 Java on the > Server > > Side. > > Does anyone have any clues ??? plz... > > > > Thanks for your help > > Phil