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?