Title: How to add value to HTTP header in a SOAP connection

Hi,

Could someone please tell me how to add http value to HTTP header in a SOAP connection?

 SOAPConnectionFactory scFactory = SOAPConnectionFactory.newInstance();

 SOAPConnection con = (SOAPConnection) scFactory.createConnection();

I look at the javadoc of the SOAPConnection class, it does not provide a way to set value in the HTTP header.

Thanks in advance for any help.

           

Reply via email to