Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 3866 invoked from network); 22 Jan 2009 15:18:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2009 15:18:17 -0000 Received: (qmail 94359 invoked by uid 500); 22 Jan 2009 15:18:09 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 94324 invoked by uid 500); 22 Jan 2009 15:18:09 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 94315 invoked by uid 99); 22 Jan 2009 15:18:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 07:18:09 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 15:17:58 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LQ1JJ-0002Jp-HS for axis-user@ws.apache.org; Thu, 22 Jan 2009 07:17:37 -0800 Message-ID: <21606258.post@talk.nabble.com> Date: Thu, 22 Jan 2009 07:17:37 -0800 (PST) From: rajivgup To: axis-user@ws.apache.org Subject: Create JAVA interface of a WSDL which imports another WSDL. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: richaraj@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm a new user with Axis2 and wsdl. My requirement is, I have got a WSDL from outside say mp.wsdl which I cannot modify, the wsdl came with xsd say mp.xsd. I want to extend this WSDL with my extra operations. I have created my wsdl say nt.wsdl and imported the mp.wsdl. I have also created nt.xsd to define my additional datatypes and elements and imprted mp.xsd in the ntap.xsd. I have defined extra messages and port types and wanted to generate Java Interface using wsdl2java. On wsdl:service I have tried multiple ports and multiple service but it generates Java Interface methods for the operations defined in mp.wsdl and does not generate interface methods for operation defined in my nt.wsdl. I want operations from both wsdl should defined in single interface file as interface method. nt.wsdl is given below: Any help will be greatly appreciated. Rajiv. -- View this message in context: http://www.nabble.com/Create-JAVA-interface-of-a-WSDL-which-imports-another-WSDL.-tp21606258p21606258.html Sent from the Axis - User mailing list archive at Nabble.com.