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 Ong Boon Pang <on...@coleridge.com.sg> on 2001/10/02 11:36:30 UTC

Re: Getting the Call/RPCMessage object from within the RPC-based SOAP service

Hi dim,

After think deeply I suppose a custom provider will indeed be a better 
solution.
I am trying out this...

Thks 1000,

Boon Pang

At 02:11 PM 10/2/2001 +1000, you wrote:
>Have a look at writing a custom provider, covered in the docs.  Example
>providers are in the source code, see the javadoc for the various
>subclasses: 
>http://xml.apache.org/soap/docs/apiDocs/org/apache/soap/util/Provider.html
>
>hth
>dim
>
>On Tue, 2 Oct 2001, Ong Boon Pang wrote:
>
> > Hi,
> >
> > I am developing Access Control List for the SOAP services. Basically all
> > RPC-based SOAP service.
> >
> > Is there anyway to obtain the Call, org.apache.soap.rpc.RPCMessage object
> > that was sent by the soap
> > client from within the SOAP service on the server side. I can obtain the
> > SOAPContext object from the
> > first arguement of my service method.
> >
> > It will easier and require to access the service
> > id="urn:jsoap-Sess-HelloSOAP", or MethodName and param
> > to map this info back to the ACL database.
> >
> > Help needed urgently. I have look through the
> > org.apache.soap.rpc.SOAPContext document API I can't
> > figure out how to get the Call object. Am I looking in the wrong document?
> >
> > Code example is to show how to do this will be great!
> >
> >
> > Thks 1000 & Cheers,
> > Boon Pang
> > ongbp@coleridge.com.sg
> >
> >