I've downloaded the source code, but just what is this supposed to show me?
To recap my question: I have a SOAP instantiated Java class from within
which I want to be able to extract data from the SOAP message header area.
Can I do this? If so how?
Some sample code would be helpful...
-----Original Message-----
From: armstpat@WellsFargo.COM [mailto:armstpat@WellsFargo.COM]
Sent: 21 December 2001 22:02
To: soap-dev@xml.apache.org
Subject: RE: Access to Soap message header data?
It is a source file under org/apache/soap. It shows an example of how to
get at the SOAP headers. Sorry for the confusion.
-----Original Message-----
From: davout [mailto:davout@dsl.pipex.com]
Sent: Friday, December 21, 2001 1:57 PM
To: soap-dev@xml.apache.org
Subject: RE: Access to Soap message header data?
So where or how do I get hold of this SOAPHTTPConnection object instance? Is
there a factory class, or what?
I'm looking to do this from within my SOAP instantiated Java object.
-----Original Message-----
From: armstpat@WellsFargo.COM [mailto:armstpat@WellsFargo.COM]
Sent: 21 December 2001 21:51
To: soap-dev@xml.apache.org
Subject: RE: Access to Soap message header data?
Look at transport/http/SOAPHTTPConnection.java and grep for header.
-----Original Message-----
From: davout [mailto:davout@dsl.pipex.com]
Sent: Friday, December 21, 2001 1:49 PM
To: soap-dev@xml.apache.org
Subject: Access to Soap message header data?
|