Re: Newbie: How to retrieve SOAP message?

2004-03-23 Thread Kawthar Bt M Sulaiman
Hi Steve, I've been reading your email over and over again and still not 100% sure what you meant... I've done lots of reading and research and trying to put the pieces together appreciate your help. Without having web service in mind, this is what I had done (it's not complete yet, but just

Re: Newbie: How to retrieve SOAP message?

2004-03-23 Thread smcardle
Hi Kawthar, Axis is a servlet or server in your case. The way to use web services in general is to have a normal java application that exposes services via an interface. These are just plain old java objects. Once you have an interface you can the run java2WSDL against the interface to generat

Newbie: How to retrieve SOAP message?

2004-03-23 Thread Kawthar Bt M Sulaiman
How do I retrieve SOAP message from HttpServletRequest? Do I need to use request.getParameter("???")? I'm trying to implement a server. This is what I've done: 1. I have deploy.wsdd file and was able to see it under AxisServlet. I'm still not 100% clear what this does? Does it only creat