You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Roberto Venturetti <ro...@zeropiu.it> on 2001/09/19 14:21:13 UTC

Setting Http headers

Hi all,
	I need to set http header for  a RPC call, there is a way to do
it? I tried getting Envelope from Call and passing it to a 
SOAPHTTPConnection, then set header of this connection and used the 
send(...) method, but i seems a little too complex.
Is there a more clear way to do it?

I simply need this:

MyheadPropName: MyHeadPropValue
  "		"
SOAPAction: MyAction

<SOAP-ENV>
.
.
.
.
</SOAP-ENV>

Thanks in advance.

Regards,
	Rob