Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 37998 invoked from network); 2 Aug 2005 11:36:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2005 11:36:14 -0000 Received: (qmail 45284 invoked by uid 500); 2 Aug 2005 11:36:00 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 45275 invoked by uid 500); 2 Aug 2005 11:36:00 -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 45262 invoked by uid 99); 2 Aug 2005 11:35:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 04:35:59 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of atmanes@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2005 04:35:51 -0700 Received: by wproxy.gmail.com with SMTP id i24so1196955wra for ; Tue, 02 Aug 2005 04:35:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=l17fJO360eSMigN28JqpnMNds4A2gUfoKYfMzzA6TS34x8ZSRp9mjfw3FrAgAkdtM0LRKbE8CTiw9Q5eiGXgPmg8te1XO9Cz9k5JKNJqdNigwPbG9e6HxRME/g1oARDhNDXIVhnfZPF2JW5cbdo0dGbdKhsw3cfJklrTzFFjIRA= Received: by 10.54.73.15 with SMTP id v15mr3667183wra; Tue, 02 Aug 2005 04:35:58 -0700 (PDT) Received: by 10.54.93.9 with HTTP; Tue, 2 Aug 2005 04:35:58 -0700 (PDT) Message-ID: Date: Tue, 2 Aug 2005 07:35:58 -0400 From: Anne Thomas Manes Reply-To: Anne Thomas Manes To: axis-user@ws.apache.org Subject: Re: Axis to handle already existing WS implementation In-Reply-To: <70A3C44F47DE2E43886510679C4A29B71DC210@internal.sagadc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <70A3C44F47DE2E43886510679C4A29B71DC210@internal.sagadc.de> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Please explain more about your situation.=20 What do you mean by "moving to Axis"? What would you like to use Axis for? Axis performs=20 - WSDL generation - SOAP request/response - Document/literal style services So does that mean you would like to replace you current WS features with Ax= is? If so, you'll need to make some changes to you current web app. Axis supports WS generation from WSDL or from Java. As a best practice to ensure better interoperability, it's better to generate the WS from WSDL. Capture your dynamically generated WSDLs and use them to generate your WSs. Then replace your current WS infrastructure with Axis, and direct Axis to invoke the appropriate application code when requests come. If that isn't possible, then use your current application code to generate the WS and the WSDL. If you asking whether you can dynamically expose web services with Axis, I don't know if it can do that. Anne On 8/2/05, Saqib Rasul wrote: > Hello all, >=20 > We have several WS features already implemented into out Web App: > - WSDL generation > - SOAP Request/Response > - Document Literal style WS and WSDLs >=20 > Our WS and WSDLs are WS-I compliant. >=20 > And are now thinking of moving to AXIS. From axis documentation it seems > that axis is helpful to create Client/Server Java stubs for handling > WSDLs. The problem that we have is out WSDLs are generated dynamically > for an "information Container", so its useless generate Cleint/Sever > java-stubs. >=20 > Can someone point out some documentation on how to work with AXIS if the > WSDLs are unknown/dynamic. In other words how can we still hook into the > AXIS system with dynamic WSDLs? >=20 > Many thanks in advance, >=20 > Regards, >=20 > Saqib >=20 > ------------------------------------------------------------------------ > SAGA D.C. GmbH Phone : +49 (0) 6731-9428-0 > Berliner Strasse 73 Fax : +49 (0) 6731-9428-26 > D-55232 Alzey > mailto:saqib.rasul@sagadc.de http://www.sagadc.de >=20 >