You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Michael Weir (Transform Research)" <MW...@TransRes.com> on 2001/06/04 22:27:45 UTC

Provider question

I've been playing with a simple soap demo program that I cut from a
magazine.  The method that gets invoked is quite simple, something like
"String MyObject.method(String pn, String p)".  

Is there any (easy) way to get the method invoked with the SOAP Envelope
information as parameters?  I notice that the RPCRouter.invoke method
receives two SOAPContext objects.  Is there a way of getting these to the
destination method?

Thanks