Specifies the mapping of the Web Service onto the SOAP message protocol.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The style of mapping parameters onto SOAP messagesstatic enum
The SOAP binding stylestatic enum
The SOAP binding use -
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDetermines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation.Defines the encoding style for messages send to and from the Web Service.Defines the formatting style for messages sent to and from the Web Service.
-
Element Details
-
style
SOAPBinding.Style styleDefines the encoding style for messages send to and from the Web Service.- Returns:
- the encoding style for messages
- Default:
DOCUMENT
-
use
SOAPBinding.Use useDefines the formatting style for messages sent to and from the Web Service.- Returns:
- the formatting style for messages
- Default:
LITERAL
-
parameterStyle
SOAPBinding.ParameterStyle parameterStyleDetermines whether method parameters represent the entire message body, or whether the parameters are elements wrapped inside a top-level element named after the operation.- Returns:
- parameter style as
BARE
orWRAPPED
- Default:
WRAPPED
-