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 creates a
wsdl file?
     It doesn't create the stub classes, does it??

2.  I have MOService.class, which has one method:
        public String deliverMOMessage(int appId, String msisdn, ....)

3.  I have MOServlet.class.  Inside the doPost(), I need to retrieve
the
     SOAP message from request object and retrieve all the params. 
Then
    I can invoke MOService service = new MOService();
                        service.deliverMOMesasge(<params>).

Is this how you implement a server??  Most of the samples I found
implement
client.. so I'm not so sure how the server works (with servlet).

Thanks,
--Kawthar

Confidential information may be contained in this e-mail and any files transmitted 
with it ('Message'). If you are not the addressee indicated in this Message (or 
responsible for delivery of this Message to such person), you are hereby notified that 
any dissemination, distribution, printing or copying of this Message or any part 
thereof is strictly prohibited. In such a case, you should delete this Message 
immediately and advise the sender by return e-mail. Opinions, conclusions and other 
information in this Message that do not relate to the official business of Maxis shall 
be understood as neither given nor endorsed by Maxis.

Reply via email to