7.5.6 <MessageParts>

Specifies the parts of the SOAP message that should be signed. SALT only supports certain pre-defined message part function, wsp:Body(), that is. the entire SOAP body to be digitally signed.

The MessageParts assertion is always a child of a <Target> assertion. The <Target> assertion can be a child of an Integrity assertion (to specify how the SOAP message is digitally signed).

See Usage of MessageParts for more information about how to specify the parts of the SOAP message that should be signed.

Table 7-5 MessageParts Attributes

Attribute Description Required?
Dialect Identifies the dialect used to identity the parts of the SOAP message that should be signed.

SALT only supports the following value:

  • http://schemas.xmlsoap.org/2002/12/wsse#part

Convenience dialect used to specify parts of SOAP message that should be signed.

Yes