SoapParameterStyle

SoapParameterStyle enum

Enumerates the parameters formats in a SOAP message.

enum class SoapParameterStyle

Values

NameValueDescription
Default0If ‘SoapDocumentServiceAttribute’ is not applied to the class, then the default value is ‘Wrapped’.
Bare1The parameters are placed in XML elements that follow the ‘Body’ element.
Wrapped2The parameters are encapsulated within a single XML element that follows the ‘Body’ element.

See Also