You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Kartheek Hirode <ka...@centegy.com> on 2001/05/22 02:50:35 UTC

Custom HTTP headers using MS-SOAP low-level

Hello all,
Is anyone familiar with how to set customized HTTP headers with the
low-level API of MS-SOAP Toolkit?

A general property entry of the following form does not work. It seems that
the SOAPConnector object does some kind of validation on the property name
and since "MyHeader" is not registered, it is not allowed.

Dim Connector as SOAPConnector
Set Connector = New HttpConnector
Connector.Property("MyHeader") = "MyValue"

But this works....
Connector.Property("SOAPAction")= "MyValue"

Thanks for any leads,
-KH


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org