SOAPHeader Property
Contents of the optional SOAP header sent to the server.
Syntax
public var soapHeader: String {
get {...}
set {...} }
Default Value
""
Remarks
This property is used only while building SOAP requests.
|
SOAPHeader PropertyContents of the optional SOAP header sent to the server. Syntaxpublic var soapHeader: String { Default Value"" RemarksThis property is used only while building SOAP requests. |