Title: Modify HTTP header in the SOAP Connection


Hi,

How can I modify the http header of the HTTP post if I open up a SOAPConnection and send my SOAP message?

Here is how I send the SOAP message:

SOAPConnection con = SOAPConnection.newInstance();
responseMsg = con.call(mySOAPMessage, myEndPoint);

Thanks for any tips.


Reply via email to