Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This sample demonstrates how to build and call a Web service using a given WSDL file. This approach is also called contract-first.

Info
titleInfor

For more information on contact-first Web services, refer to: http://cxf.apache.org/docs/defining-contract-first-webservices-wi th-wsdl-generation-from-java.html

...

1. Install and run the WSO2 Application Server. Refer to the   Installing Features for instructions. 

...

4. Execute "sh run-client.sh" or "run-client.bat" to run the client.

Note
Info
title
JAX-WS sample describing how to build and invoke a service using a WSDL in WSO2 Application Server
  1. If you have a EPR location other than http://localhost:9763/java_first_jaxws/services/hello_world, edit the run-client script.
  2. Prior to running the client, it is recommended to confirm that the generated WSDL (http://{ip}:{port}/java_first_jaxws/services/hello_world?wsdl) can be seen from a web browser.
Excerpt
hiddentrue
  1. .