Creating a Web Services Client From a WSDL Document (continued)

You can easily generate a web service client from a WSDL document using the following steps:

  • Bind a client application to a web service using a proxy component called stub that provides the web services functionalities.
  • After creating the stub or the JavaTM class file, you need to create an interface to reference the dynamically created stub component.
  • Finally, the client application needs to invoke the methods defined by the interface.
Click the Next button to continue.