Return-Path: Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: (qmail 97963 invoked from network); 17 Jun 2010 15:27:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 15:27:28 -0000 Received: (qmail 14240 invoked by uid 500); 17 Jun 2010 15:27:25 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 13709 invoked by uid 500); 17 Jun 2010 15:27:25 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 13645 invoked by uid 99); 17 Jun 2010 15:27:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jun 2010 15:27:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [216.252.121.64] (HELO web43134.mail.sp1.yahoo.com) (216.252.121.64) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Jun 2010 15:27:17 +0000 Received: (qmail 42672 invoked by uid 60001); 17 Jun 2010 15:26:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1276788415; bh=2rIZMavhm3ox2CuEn/mK7Xiv7wWtByWasTuRiov8pGs=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=bk40+miTSlTolHS9rMQBByun26ytka0iQV9Yxcv3/AVUU+F7LErwdM7xXRbSgZs8yrMpj35hyp7XZ/8Ie1N9vKWt0NgvpSIC6QMX4QO8ABntG/JfS0GevdSrhT1/+Kyr2Po0PpMPBjN6/mt/xoBCZaBPpyX8NMybbk/qadIekEc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=oUTS8qkC4E9rxHaj+Lh0VeJ2PUcT/aHTrj3MFx8h/MBXJTXp1gG/6cENxxVlgmEqQDtaaWpZAEgv1QFSb/JW3MrruUqBPZ2PW/vtHQP9+ZtBM6MeqxOvKixGqgyXuhrbtQpnZAJeq4zi2wX9syD9x+6OhtexY3NnbA/kEl6t1ss=; Message-ID: <574021.41568.qm@web43134.mail.sp1.yahoo.com> X-YMail-OSG: CndRsB8VM1mTLiu8nlQQ29BukR770IEoPFP3gk55UX2XIPQ Z.LbKldUZgbXfww6v58EbEP8QWfNF6l3v0Cfhgem3xhQsMMl6nYSlYhYEYzh H9T6r1vEX7pFnauwNqFv_NQAxvLAkp1ZynB5LFo9us2mmhp29Vxt1HAmaR46 0EhEF63FBpOI32WKKtYvHHxIhx9HjDO6Lu5hi9EbLxD8ptVuOErkgcConBRp bNTJQG_6rFJLV7urEhb..rYjaQZNUq4HQfax7hAiQqSbIWm_KADBwAEMutT2 FdBP_x.a83CEAUVL3bBQv260Y4c1fJ6CVMCsokbww9jUWtnqWEYym9FFX7Ec A_IvcEVKTEO969oSdreLK3jaQrys- Received: from [212.252.212.252] by web43134.mail.sp1.yahoo.com via HTTP; Thu, 17 Jun 2010 08:26:55 PDT X-Mailer: YahooMailRC/397.8 YahooMailWebService/0.8.104.274457 References: <28912581.post@talk.nabble.com> Date: Thu, 17 Jun 2010 08:26:55 -0700 (PDT) From: ceri tandogan Subject: Re: Axis2 support for SOAP1.1 To: java-user@axis.apache.org, axis-user@ws.apache.org In-Reply-To: <28912581.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org Hello, Have you ever tried "-b" parameter for "wsdl2java" when generating classes? Ceri ----- Original Message ---- From: rahulYadav To: axis-user@ws.apache.org Sent: Thu, June 17, 2010 1:05:33 PM Subject: Axis2 support for SOAP1.1 Hi All, I am in strange problem.I have a webservice written with Axis1.4 and supports only SOAP1.1 over http, i use its wsdl to generate java using wsdl2java Axis2 APIs i.e. stub created by Axis2. Using the stub class to call webservice throws exception complaining of Unexpected subelement in SOAP response. I have tried this with other Axis1.4 webservices and it runs fine. The diffrence here is the packages in webservice source code bringing up multiple namespaces in SOAP msg from webservice. As per my understanding the problem is that Axis2 generates Stub that can parse SOAP msgs following SOAP1.2 entirely and some types of SOAP1.1 msgs . Is this a known issue? Is there any way to generate Stub particularly for SOAP1.1? Thanks all in advance. -- View this message in context: http://old.nabble.com/Axis2-support-for-SOAP1.1-tp28912581p28912581.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@axis.apache.org For additional commands, e-mail: java-user-help@axis.apache.org