Using 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.
Before you begin
About this task
Complete this task if you 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.
Procedure
- Create a web service that is referenced by an endpoint reference, and a client that accesses the web service. For JAX-WS applications, use the instructions in Creating a JAX-WS web service application that uses Web Services Addressing. For JAX-RPC applications, use the instructions in Creating a JAX-RPC web service application that uses Web Services Addressing
- Optional: You can extend the application that you created in the previous step so that it conforms to the Web Services Resource Framework (WSRF) specifications, by following the instructions in Creating stateful web services by using the Web Services Resource Framework.