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
