Develop applications that use Web Services Addressing
Web Services Addressing (WS-Addressing) aids interoperability between Web services by defining a standard way to address Web services and to provide addressing information in messages. This task describes the steps that are required to create a Web service that is accessed using a WS-Addressing endpoint reference.
Perform these tasks if we are using endpoint references in the Web service application logic to address Web service endpoints, or if we are creating a Web service that complies with the WS-Addressing interoperability protocol.
- To perform the basic WS-Addressing development activities that are required by Web services developers, such as creating a Web service that is referenced by an endpoint reference, refer to Use the Web Services Addressing APIs: Creating an application that uses endpoint references.
- To perform more advanced WS-Addressing functions, such as setting or retrieving message-addressing properties, refer to Use the IBM proprietary Web Services Addressing SPIs: Performing more advanced Web Service Addressing tasks.
- To configure a service or a client to use the WS-Addressing support, refer to Enable Web Services Addressing support for JAX-RPC applications.
Web Services Addressing support
Use the Web Services Addressing APIs: Creating an application that uses endpoint references
Use the IBM proprietary Web Services Addressing SPIs: Performing more advanced Web Service Addressing tasks
Enable Web Services Addressing support for JAX-WS applications
Enable Web Services Addressing support for JAX-RPC applications
Disable Web Services Addressing support 
Related concepts
Web Services Resource Framework support
Related tasks
Create stateful Web services using the Web Services Resource Framework
Task overview: Implement Web services applications