Use this page to specify the transform algorithm that is used for processing the Web servicessecurity message.
To view this administrative console page for the cell level, complete the following steps:
Click Security > Web services .
Under Default generator bindings or Default consumer bindings, click Signing information > signing_information_name.
Under Additional properties, click Part references > part_reference_name.
Under Additional properties, click Transforms .
Click New to create a transform configuration or click the name of an existing configuration to modify its settings.
To view this administrative console page for the server level, complete the following steps:
Under Security, click Web services: Default bindings for Web services
security .
Under Default generator bindings or Default consumer bindings, click Signing information > signing_information_name.
Under Additional properties, click Part references > part_reference_name.
Under Additional properties, click Transforms .
Click New to create a transform configuration or click the name of an existing configuration to modify its settings.
To view this administrative console page for the application level, complete the following steps. This option is available for version 6.x applications only.
For the Response generator (sender) binding, click Web services: Server
security bindings . Under Response generator (sender) binding, click Edit custom .
Under Required properties, click Signing information > signing_information_name.
Under Additional properties, click Part references > part_name >
Transforms .
Click New to create a transform configuration or click the name of an existing configuration to modify its settings.
You must specify a transform name and select a transform algorithm before specifying additional properties.
Transform name
The name that is assigned to the transform algorithm.
Transform algorithm
The algorithm Uniform Resource Identifier (URI) of the transform algorithm.
WebSphere Application Server supports the following algorithms:
http://www.w3.org/2001/10/xml-exc-c14n#
This algorithm specifies the World Wide Web Consortium (W3C) Exclusive Canonicalization recommendation.
http://www.w3.org/TR/1999/REC-xpath-19991116
This algorithm specifies the W3C XML path language recommendation. If you specify this algorithm, specify the property name and value by clicking Properties , which is displayed under Additional properties.
For example, you might specify the following information:
Property
com.ibm.wsspi.wssecurity.dsig.XPathExpression
Value
not(ancestor-or-self::*[namespace-uri()='http://www.w3.org/2000/09/xmldsig#'
and local-name()='Signature'])
http://www.w3.org/2002/06/xmldsig-filter2
This algorithm specifies the XML-Signature XPath Filter Version 2.0 proposed recommendation.When you use this algorithm, specify a set of properties.
You can use multiple property sets for the XPath Filter Version 2. Therefore,
it is recommended that your property names end with the number of the property set, which is denoted by an asterisk in the following examples:
To specify an XPath expression for the XPath filter2, you might use:
name com.ibm.wsspi.wssecurity.dsig.XPath2Expression_*
To specify a filter type for each XPath, you might use:
name com.ibm.wsspi.wssecurity.dsig.XPath2Filter_*
Following this expression, you can have a value, [intersect], [subtract],
or [union].
To specify the processing order for each XPath, you might use:
name com.ibm.wsspi.wssecurity.dsig.XPath2Order_*
Following this expression, indicate the processing order of the XPath.