thank u very much Tuno85,
so far what i have done is the following:--
1>downloaded jaxws-2_0.jar from this location https://jax-ws.dev.java.ne
2>the .jar file downloaded to my desktop
3>i unpacked it.
4> a folder appeared with the name jaxws-ri.
5>inside the folder there is a lib folder
6>i copied the lib folder's contents (all the jars) to tomcat5.5's shared\lib folder (here is a confusion ....the link " http://mywheel.net/blog/in
7>now i hv created a folder named HelloService in webapps of tomcat 5.5
8>within HelloService folder there is a WEB-INF folder, which has 3 things--
a)classes folder,
b)web.xml
c)sun-jaxws.xml
9>classes folder is blank....i ant understand what to put inside it
10>web.xml i hv copy pasted from the links that u hv provided
11>sun-jaxws.xml i hv copy pasted from the links that u hv provided
but still i m in deep water.... i cant understand what to do next
i hv never used maven or ant...so i m very new to those field also....pls advice me from a laymans point of view...thnx again
Main Topics
Browse All Topics





by: Tuno85Posted on 2009-08-16 at 15:09:49ID: 25110671
Combine these three resources and try it:
dex.php/20 07/03/28/w eb-service s-in- java- 6/
dex.php/20 07/04/18/d eploying-j ava- 6-web- services-i n-tomcat/
/223670/We b-Services /java/Depl oy- JAXWS-M ustang-WS- Tomcat#105 2758
http://mywheel.net/blog/in
http://mywheel.net/blog/in
http://www.coderanch.com/t
This helped me make my resources in JAX-WS.
The idea with JAX-WS is simple:
1. Create a Java Class with Web Service annotations.
2. Generate the Web Services from the class (WSDL & Classes)
3. Deploy it on Tomcat
4. Use the client to invoke it.
I am using Maven to create my Web Application, but you could also use Ant.
Other way to create Web Services with Java, is to use Spring WS.