Web service clients
With IntelliJ IDEA, you can develop the client side for Web services of the following most common types:
GlassFish/JAXWS2.X RI/Netro 1.X/JWSDP2.0 for developing JAX-WS Web services clients.
Apache Axis for developing Apache Axis Web services clients.
JAX-RS for developing RESTful Web Services clients.
Create a Java module and enable support of the desired Web services client in it.
Modify the generated code to have the client properly initialized.
To enable data exchange with the Web service, declare the variables that will contain the request to the service and the service response.
Populate the module with the necessary classes and methods to implement the user's interface.
Run the application.
Thanks for your feedback!
Was this page helpful?