You need to run bin\wsdl2java -uw -uri http://xxxx/url/of/the/.wsdl -o directory\where\you\want\the\code\generated
This will create a "stub" which is a class you can embed in your application. You simply need to create a new instance of this class and then call methods on it, those methods will call the remote service. Paul On Wed, Jun 4, 2008 at 11:48 AM, Jyotsna Varma <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am new to the web services and so as to axis. Please help me. > > I have to show something this week. I have been working to sort this out > since last 4 days. > > I am sorry to say this. > > > > I have an existing web application. To use axis in existing application, > > I have done : > > 1.copy all jars from axis.lib directory > > 2.copy axis's web.xml servlet params and mapping to to my web.xml > > > > I have got a wsdl url from an external application (to be integrated with my > application) > > Now what should I do to use this wsdl to access the external application ? > > Please kind enough to me. > > > > Many Thanks, > > > > > > ________________________________ > Sent from Yahoo! Mail. > A Smarter Email. -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
