Umm... I haven't downloaded the source. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 21 December 2001 22:02 To: [EMAIL PROTECTED] 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:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 1:57 PM To: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 21 December 2001 21:51 To: [EMAIL PROTECTED] Subject: RE: Access to Soap message header data? Look at transport/http/SOAPHTTPConnection.java and grep for header. -----Original Message----- From: davout [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 1:49 PM To: [EMAIL PROTECTED] Subject: Access to Soap message header data? >From a Java class instantiated by a SOAP service, how do I gain access to the SOAP message header data?