Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 84182 invoked from network); 3 Jun 2005 12:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 12:14:15 -0000 Received: (qmail 24609 invoked by uid 500); 3 Jun 2005 12:14:14 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 24589 invoked by uid 500); 3 Jun 2005 12:14:14 -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 24549 invoked by uid 99); 3 Jun 2005 12:14:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from Unknown (HELO vasarely.global-imaging.net) (213.56.137.212) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Jun 2005 05:14:12 -0700 Received: by VASARELY with Internet Mail Service (5.5.2653.19) id ; Fri, 3 Jun 2005 14:21:26 +0200 Message-ID: From: Anders Eriksson To: Apache AXIS C User List Subject: RE: Settings for Java Webservice (used by C++-Client) Date: Fri, 3 Jun 2005 14:21:25 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N No, never tried with beans straight off. I've used=20 complex types (objects) with string members and arrays=20 containing objects with strings. Well, as I don't have direct insight in the java side I don't really know if it's beans or not. I also use axis in the other way, java clients=20 connecting to my C++ sever. In that case I specify my=20 complex types (again objects containing string members)=20 directly in a wsdl file... /Anders -----Message d'origine----- De : Falk Sippach [mailto:f.sippach@iez.com] Envoy=E9 : vendredi 3 juin 2005 13:32 =C0 : Apache AXIS C User List Objet : AW: Settings for Java Webservice (used by C++-Client) Hi Anders, another question: Have you ever tried to call you webservice methods = with complex types (beans, arrays of beans)? The parameter serialization is = not really working. Do you have any hints. Thanks, Falk. -----Urspr=FCngliche Nachricht----- Von: Anders Eriksson [mailto:a.eriksson@global-imaging.net]=20 Gesendet: Freitag, 3. Juni 2005 09:21 An: Apache AXIS C User List Betreff: RE: Settings for Java Webservice (used by C++-Client) Hi, I am not creating the wsdl file my self. However, I believe that it was created with java2wsdl using some standard arguments.=20 In fact, I did have some troubles with the wsdl file. Under the tag test string -------------------- There is no type definition and the client can't read any string. It works, if I use rpc/encoded. But then I have the problem with = URI_XSD and URI_ENC (ok, I can fix it with the patch). And I can't get int values = or complex types with ints inside. It still doesn't work in the 1.6 alpha from June 1st, 3 a. m. Maybe in the next nightly build it = will work, because Adrian has changed it yesterday (after the last nightly build?). What may I do wrong? Please help. Thanks, Falk.