Hi Hope you are refering Axis 2?(Note that you put [Axis 2] in your email heading if you write to Axis 2) or what? If it is Axis 2 , Please refer
http://ws.apache.org/axis2/ If it's Axis 1 Please refer http://ws.apache.org/axis/java/user-guide.html There's nothing in complex .. This is pretty cool stuff and very clear documentation to experience Web Services.I have deployed My service Web Service using Axis2 and Axis 1.Every thing went smooth and fine. It seems your web application is Tomcat .Once installed tomcat, the folder structure will be created for you automatically and then you need to configure axis by following the instruction given in above links. Kanchana On 6/13/05, Plorks mail <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I'm trying to deploy my web service to tomcat, but i'm getting a bit stuck > as to where i put the files > > I've created a folder under tomcat_home\webapps call myService > > e.g. C:\Tomcat\webapps\myservice > > I've then created a WEB-INF folder. In the WEB-INF folder I've created a > classes and a lib folder > > e.g. C:\Tomcat\webapps\myService\WEB-INF\classes > C:\Tomcat\webapps\myService\WEB-INF\lib > > > I've then copied 2 files into the WEB-INF folder server-config.wsdd and > web.xml > > e.g. C:\Tomcat\webapps\myService\WEB-INF contains > \classes > \lib > server-config.wsdd > web.xml > > > Can someone please tell me where i put myService.WSDL file? > > Also do i need to create a myService.WAR file? Where do i put this file > > Do i need any other files ? > > Thanks for any help > > > > > > > > > > > > > > >From: Woodchuck <[EMAIL PROTECTED]> > >Reply-To: [email protected] > >To: [email protected] > >Subject: Re: deploying web service > >Date: Fri, 10 Jun 2005 12:55:35 -0700 (PDT) > > > >hihi, > > > >the deploy/undeploy.wsdd are not needed in production. they are used > >to generate the server-config.wsdd > > > >the server-config.wsdd goes into your webapp/WEB-INF folder (same as > >your web.xml deployment descriptor file) > > > >if you have web services working on your local machine, deploying it on > >'the network' requires no change to your web service. you should be > >able to just copy your entire web service app to your network server > >and have it work just the same. only the clients who access the web > >service needs to change, they need to know where the new location of > >your web service is (eg. the proxy/stub classes if you're using any). > > > >hth, > >woodchuck > > > > > >--- Plorks mail <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Hi all > > > > > > I've developeed a web service on my local PC. > > > > > > I now need to deploy this to our network so it can be used. > > > > > > Can someone point to an example of deploying a webservice to tomcat. > > > I've > > > read a few articles but they don't seem to be relevant/quite complex > > > to > > > understand > > > > > > I have my deploy/undeploy/server-cofig wsdd and my wsdl - i just > > > don't know > > > where to put them and what to change once they are on the network e.g > > > the > > > endpoint in the wsdl file > > > > > > Also, i don't understand how the web service will see the java files. > > > It > > > works on my PC i have a project with packages and java files in each > > > and my > > > web service can see them > > > > > > Sorry for my dumb questions > > > > > > Thanks for any help > > > > > > _________________________________________________________________ > > > It's fast, it's easy and it's free. Get MSN Messenger 7.0 today! > > > http://messenger.msn.co.uk > > > > > > > > > > > > > > > >__________________________________ > >Yahoo! Mail Mobile > >Take Yahoo! Mail with you! Check email on your mobile phone. > >http://mobile.yahoo.com/learn/mail > > _________________________________________________________________ > Winks & nudges are here - download MSN Messenger 7.0 today! > http://messenger.msn.co.uk > >
