+

Search Tips   |   Advanced Search

Use the Web Services Addressing APIs: Creating an application that uses endpoint references


This product provides APIs for applications that have to create endpoint references and use those endpoint references to target Web service endpoints.

The steps described in this task apply to servers and clients that run on WAS.

Perform this task if we are a Web service developer who needs to create endpoint references within an application, and then use these references to target Web service resource instances. For example, a WSRF application developer.

 

  1. Create a Web service that is referenced by an endpoint reference, and a client that accesses the Web service. For JAX-WS 2.1 applications, use the instructions in Create a JAX-WS Web service application that uses Web Services Addressing. For JAX-WS 2.0 or JAX-RPC applications, use the instructions in Create a JAX-RPC Web service application that uses Web Services Addressing

  2. We can extend the application createdd in the previous step so that it conforms to the Web Services Resource Framework (WSRF) specifications, by following the instructions in Create stateful Web services using the Web Services Resource Framework.


Create a JAX-WS Web service application that uses Web Services Addressing
Create a JAX-RPC Web service application that uses Web Services Addressing
Example: Creating a Web service that uses the IBM proprietary Web Services Addressing API to access a generic Web service resource instance
Example: Creating a Web service that uses the JAX-WS 2.1 Web Services Addressing API to access a generic Web service resource instance
Web Services Addressing APIs

 

Related tasks


Create stateful Web services using the Web Services Resource Framework
Develop applications that use Web Services Addressing