7.5.13.1 Pre-Defined Message Part Selection Function
This section shows SALT supported functions that are used with the "http://schemas.xmlsoap.org/2002/12/wsse#part" dialect for selecting parts of a message:
Table 7-10 SALT Supported Message Part Selection Function
| Function | Description |
|---|---|
wsp:Body()
|
Specifies the entire SOAP message body to be selected as one part |
You can only specify the entire SOAP body to be signed. It is
recommended that you use the dialect that pre-defines the
wsp:Body() function for this purpose.
The following example shows a wsp:Body() function
Example 7-2 wsp:Body() Function
<wssp:MessageParts
Dialect="http://schemas.xmlsoap.org/2002/12/wsse#part">
wsp:Body()
</wssp:MessageParts>Parent topic: Usage of MessageParts