You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Samuel Cheung <SC...@Novarra.com> on 2004/02/20 19:38:37 UTC

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.