+

Search Tips   |   Advanced Search

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

WAS v9 provides application programming interfaces 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 WebSphere Application Server.

Complete 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.


Tasks

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

  2. Optional: We can extend the application that we created 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.


Subtopics


Related:

  • Web Services Addressing APIs
  • Create stateful web services using the Web Services Resource Framework