Application management : Tools : Web Services : Developing a Web service client
Developing a Web service client
Now your Web service is up and running, you can start developing clients that make use of the Web service. For an easy start, take a look at the files located in the test/ directory of your generated sources. The files provide a basic client for accessing a Web service from Java.
* 
For other languages, or other frameworks, you need the WSDL of your Web service as a start for your client. For more information, refer to Verifying the deployed web services.