SoapHeaderDirection

SoapHeaderDirection enum

Enumerates the SOAP header directions.

enum class SoapHeaderDirection

Values

NameValueDescription
In1The SOAP header recipient is the XML Web service.
InOut3The SOAP header recipients are both the XML Web service and the XML Web service client.
Out2The SOAP header recipient is the XML Web service client.
Fault4The SOAP header is sent to the XML Web service client when an exception is thrown by the XML Web service method.

See Also