Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications
Develop web services - Addressing (WS-Addressing)
The Web Services Addressing (WS-Addressing) support in this product provides the environment for web services that use the World Wide Web Consortium (W3C) WS-Addressing specifications. This family of specifications provide transport-neutral mechanisms to address web services and to facilitate end-to-end addressing.
- Use the Web Services Addressing APIs: Creating an application that uses endpoint references
This product provides application programming interfaces for applications that have to create endpoint references and use those endpoint references to target web service endpoints.
- Use the IBM proprietary Web Services Addressing SPIs: Performing more advanced Web Services Addressing tasks
This product provides proprietary system programming interfaces for more advanced Web Services Addressing (WS-Addressing) tasks, which involve the WS-Addressing message-addressing properties that are passed in the SOAP header of a web service message. We can also use the SPIs to choose a WS-Addressing specification level other than the default used by the product.
- Enable Web Services Addressing support for JAX-WS applications
The Web Services Addressing (WS-Addressing) support provides mechanisms to address web services and provide addressing information in messages. For JAX-WS applications, you can enable WS-Addressing support in several different ways, such as configuring policy sets or using annotations in code.
- Enable Web Services Addressing support for JAX-RPC applications
The Web Services Addressing (WS-Addressing) support provides mechanisms to address web services and provide addressing information in messages.
To enable the WS-Addressing support for JAX-RPC applications, either configure the WSDL file for a service that runs on WAS, or use the WS-Addressing API or system programming interface (SPI) to add WS-Addressing properties in a WAS client.
- Disable Web Services Addressing support
The Web Services Addressing (WS-Addressing) support provides mechanisms to address web services and provide addressing information in messages. WS-Addressing support is disabled by default on clients. The method for disabling WS-Addressing support on servers depends on whether the application is based on JAX-RPC or JAX-WS.
Develop web services
Develop web services - Invocation framework (WSIF)
Develop web services - Reliable messaging (WS-ReliableMessaging)
Develop web services - UDDI registry
Develop web services - RESTful services
Develop web services - Security (WS-Security)
Develop web services - Transaction support (WS-Transaction)
Develop web services - Transports