With IntelliJ IDEA, you can develop the client side for Web services of the following most common types:

You can also enable and manually configure support of the following additional WS engines:

To develop a web services client application
  1. Create a Java module and enable support of the desired Web services client in it.
  2. Generate the client-side XML-Java binding.
  3. Modify the generated code to have the client properly initialized.
  4. To enable data exchange with the Web service, do one of the following:
  5. Populate the module with the necessary classes and methods to implement the user's interface.
  6. Run the application.
 

See Also

Concepts:

Procedures:

Reference:

External Links:

Web Resources: