I am a java developer .
I am doing a car rental web- service project .
For this , i have to use a XML in "Document Literal" format .
I am new in web -service .
I want to develope this using Java , J2EE ( Servelt & JSP ) .
I don't know EJB .
I want tutorials that describes how to develope a web-service (
"Document Literal"
SOAP ) using servlet & other APIs .
Can u people provide me the tutorials / links / references in
this respect ...
It's realllly urgent .
Thanks in advance ...
Regards ,
Vikas
It sounds like you should do the JSP, Servlet, and Web Services
chapters in the J2EE 1.4 tutorial available (for free) here:
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
I don't think you will have much trouble writing web services in the
"Document Literal" style after you complete the relevant parts of the
tutorial.
I imagine this is the only tutorial you will need. Good luck in your
project. Let us know how it works out.
-Randall