Java Client

Use JAVA clients such as HTTP, static proxy, and dynamic proxy to invoke web services.

  • HTTP Client: Constructs the HTTP request and handles the HTTP response. This can only use basic authentication over SSL.

  • Static Proxy Client: Requires proxy code generation at the client side. So, the client doesn't have to maintain the code, and can use the java objects to handle a request.

  • Dynamic Proxy Client: Requires SOAP messages instead of objects.

Related Topics
  • HTTP Client
  • Static JAX-WS Proxy Client
  • Dynamic Dispatch Client
  • Oracle Database
  • .NET Framework
  • PHP
  • Perl
  • Python
  • Ruby
  • Invoking SOAP Web Services
  • Discovering Web Services