SoapHeaderDirection
SoapHeaderDirection enum
Enumerates the SOAP header directions.
enum class SoapHeaderDirection
Values
Name | Value | Description |
---|---|---|
In | 1 | The SOAP header recipient is the XML Web service. |
InOut | 3 | The SOAP header recipients are both the XML Web service and the XML Web service client. |
Out | 2 | The SOAP header recipient is the XML Web service client. |
Fault | 4 | The SOAP header is sent to the XML Web service client when an exception is thrown by the XML Web service method. |
See Also
- Namespace System::Web::Services::Protocols
- Library Aspose.Slides