SoapParameterStyle
SoapParameterStyle enum
Enumerates the parameters formats in a SOAP message.
enum class SoapParameterStyle
Values
Name | Value | Description |
---|---|---|
Default | 0 | If ‘SoapDocumentServiceAttribute’ is not applied to the class, then the default value is ‘Wrapped’. |
Bare | 1 | The parameters are placed in XML elements that follow the ‘Body’ element. |
Wrapped | 2 | The parameters are encapsulated within a single XML element that follows the ‘Body’ element. |
See Also
- Namespace System::Web::Services::Protocols
- Library Aspose.Slides