Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services - Addressing (WS-Addressing)
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 through a WS-Addressing endpoint reference.
Complete 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 undertake 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 undertake 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 Services 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.
Related
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 Services 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
Web Services Resource Framework support
Create stateful web services by using the Web Services Resource Framework
Task overview: Implementing web services applications