You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by davout <da...@dsl.pipex.com> on 2002/01/11 12:53:30 UTC

Passing SOAP msg header info to Java RPC by using new RPCJavaprovider?!?

I'm running SOAP 2.2 against some Java based RPC classes.

I've been informed elsewhere that in normal use a Java RPC class
instantiated by SOAP 2.2 cannot access the SOAP message header.

I'm wondering whether this gap can be covered by creating a new RPC provider
that inherits from the standard 'org.apache.soap.providers.RPCJavaProvider'
class that somehow pushes the header info into a space that the Java RPC
class can access?!?

Any thoughts?

(If this is possible I'd be grateful for some pesudo-code example of how to
do it).