Look into Message Services.
http://xml.apache.org/soap/docs/guide/index.html
-----Original Message-----
From: Roberto Venturetti [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 19, 2001 8:21 AM
To: [EMAIL PROTECTED]
Subject: 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