Chapter 9 Using Web Services Toolkit with EAServer


Web Services Toolkit and EAServer architecture

Figure 9-1 demonstrates a client proxy application using an EAServer component for which the Web Services Toolkit has generated WSDL. The option to publish the WSDL with the UDDI host is also presented.

Figure 9-1: EAServer and Web Services Toolkit

These steps correspond with the numbers in Figure 9-1.

  1. Generate WSDL and create a client proxy from the Web Services Toolkit GUI.
  2. If you want to publish your Web service to a UDDI registry site, connect to a UDDI registry site from the Web Services Toolkit GUI and publish the Web service.
  3. Your business partner uses the client proxy to invoke your Web service by sending a message to the SOAP servlet.
  4. The SOAP servlet invokes the component in EAServer.
  5. The SOAP servlet returns the results of the invocation to the client proxy.

For more information

For more information see the Web Services Toolkit User's Guide. A sample Web Services Toolkit application is installed in the Webservices/Sample subdirectory of your EAServer installation.

 


Copyright © 2002 Sybase, Inc. All rights reserved.