Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 26138 invoked from network); 7 Oct 2003 10:36:59 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Oct 2003 10:36:59 -0000 Received: (qmail 82608 invoked by uid 500); 7 Oct 2003 10:36:48 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 82593 invoked by uid 500); 7 Oct 2003 10:36:48 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 82577 invoked from network); 7 Oct 2003 10:36:46 -0000 Message-ID: <002301c38cbf$c3915670$a365080a@vtpavan> From: "vairamuthu thayapavan" To: References: <20031006210157.6027E6E0F1@smtp.us2.messagingengine.com> Subject: Re: couple of questions Date: Tue, 7 Oct 2003 16:42:53 +0600 Organization: lsf MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hi u can't do any thing with having the wsdl file only. to deploy your webservice u have to generate server binding stubs using wsdl2java tool. those are discribed detaily in the axis userguide. regards vtpavan ----- Original Message ----- From: "Ilja" To: Sent: Tuesday, October 07, 2003 3:01 AM Subject: Axis: couple of questions Hi, I tried generating a wsdl file succesfully with my ant-build script from an interface. However some things are not quite clear to me: - Can you also publish your webservices in your own webapp, without deploying it in the axis webapp? - Shouldn't more files be generated? eg like these?: WidgetPriceSoapBindingImpl.java : Java file containing the default server implementation of the WidgetPrice web service. You will need to modify the *SoapBindingImpl file to add your implementation (see ../samples/userguide/example6/WidgetPriceSoapBindingImpl.java ). WidgetPrice.java: New interface file that contains the appropriate java.rmi.Remote usages. WidgetPriceService.java: Java file containing the client side service interface. WidgetPriceServiceLocator.java: Java file containing the client side service implementation class. WidgetPriceSoapBindingSkeleton.java: Server side skeleton. WidgetPriceSoapBindingStub.java: Client side stub - I now have only a wsdl file and I'm pretty sure that's not enough to publish my own webservices, more classes are needed right? Thanks, Ilja