have a look at code in org.apache.soap.server.http.MessageRouterServlet or
RPCRouterServlet
This code handles the soap envelope and performs the RPC and message
routing.
On same lines you can write your own provider and do whatever with the
message...

+        Shashi Anand   
(        Senior Software Engineer       
8        Infogain India 
O        B 15 Sec 58, NOida, UP 201301, India   


-----Original Message-----
From: Michal Pisanko [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 21, 2002 2:30 PM
To: [EMAIL PROTECTED]
Subject: Re: SOAP API question





> Probably you can use the basic steps as in MessageRouter for SOAP.


how can i see what are those steps?

>
> + Shashi Anand
> ( Senior Software Engineer
> 8 Infogain India
> O B 15 Sec 58, NOida, UP 201301, India
>
>
> -----Original Message-----
> From: Steve Pannier [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 10:52 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: SOAP API question
>
>
>
> I have a servlet that accepts SOAP requests over HTTP.  I want to take the
> SOAP
> Envelope and do with it as I please.  (I don't need the method invoking,
> deployment via
> wsdd, serializing/deserializing, etc that Axis provides.)  I then want to
> generate my own
> SOAP response and return it in the HTTP response.
>
> Can Axis (or Apache SOAP) be of any use to me?  Can I use the Axis (or
> Apache SOAP) API
> to simply parse a SOAP message (or construct a SOAP message), without
> having to work
> with engines/handlers/providers/etc?
>
> Or would it make more sense to simply use an XML API (for example, xerces)
> to parse the
> SOAP request (and construct the SOAP response)?
>
>
> Steve Pannier
> Jacada, Inc.
> (763) 268-6382
> [EMAIL PROTECTED]
> http://www.jacada.com
>

Reply via email to