LibraryToggle FramesPrintFeedback

To create a consumer without a WSDL contract you must do the following:

  1. Create a Service object for the service on which the consumer will invoke operations.

  2. Add a port to the Service object.

  3. Get a proxy for the service using the Service object's getPort() method.

  4. Implement the consumer's business logic.

Comments powered by Disqus
loading table of contents...