Integration Server 10.15 | Web Services Developer’s Guide | Web Services Addressing (WS-Addressing) | WS-Addressing Policies Provided by Integration Server
 
WS-Addressing Policies Provided by Integration Server
Integration Server supports W3C WS-Addressing and Member Submission WS-Addressing standard of WS-Addressing. To support these standards of WS-Addressing, Integration Server provides two pre-defined WS-Policies:
*Addressing. Contains settings for adding and processing the W3C WS-Addressing headers. This standard is identified by the http://www.w3.org/2005/08/addressing namespace.
*Addressing Submission. Contains settings for adding and processing the Member Submission WS-Addressing headers. This standard is identified by the http://schemas.xmlsoap.org/ws/2004/08/addressing namespace.
The out-of-the-box Addressing and Addressing Submission.policies contain the wsaw:UsingAddressing assertion that has the wsdl:required attribute set to true. As a result, WS-Addressing is enforced when you attach the policy to a web service descriptor.
You can attach the policy to both consumer and provider web service descriptors. All WS-Policies that Integration Server can use are in the following directory:
Software AG_directory \IntegrationServer\instances\instance_name\config\wss\policies
You can use this policy as is, or as a template when creating your own custom policies.
For a description of how Integration Server enforces the out-of-the-box Addressing policy when it is attached to a web service descriptor, refer to information in WS-Addressing Behavior of Web Service Descriptors for when the wsdl:required attribute of the wsaw:UsingAddressing assertion is set to true.