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.
Overview
Perform these tasks if you are using endpoint references in your Web service application logic to address Web service endpoints, or if you are creating a Web service that complies with the WS-Addressing interoperability protocol.
Procedure
- 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 API: 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 WS-Addressing SPI: Performing more advanced Web Service Addressing tasks.
- To configure a service or a client to use the WS-Addressing support, refer to Enabling and disabling Web Services Addressing support.
Web Services Addressing support
Use the Web Services Addressing API: Creating an application that uses endpoint references
Use the WS-Addressing SPI: Performing more advanced Web Service Addressing tasks
Enabling and disabling Web Services Addressing support
Related concepts
Web Services Resource Framework support
Related tasks
Creating stateful Web services using the Web Services Resource Framework
Task overview: Implementing Web services applications