Table of Contents

Search

  1. Preface
  2. Web Service Concepts
  3. Understanding the Web Services Provider
  4. Using the Web Services Hub Console
  5. Batch Web Service Operations
  6. Writing Client Applications
  7. Working with Web Service Sources and Targets
  8. Editing Web Service Sources and Targets
  9. Working with Web Service Mappings
  10. Working with Web Service Workflows
  11. Appendix A: Web Service Sample Client Applications
  12. Appendix B: Configure the Web Browser

Web Services Provider Guide

Web Services Provider Guide

Creating a Client Application for a Real-time Web Service

Creating a Client Application for a Real-time Web Service

To create a client application that calls a real-time web service, complete the following steps:
  1. Generate the client proxy classes for the web service.
    After you create the proxy classes, create the Java application to call the web service. Perform the next steps within the Java application.
  2. Initialize the web service objects.
  3. Create the request object.
  4. Pass the request object to the port operation and handle the response.
The sample code snippets in the following sections are taken from the real-time web services sample program for multiple row lookup. You can view the example in the following directory:
<
PowerCenterInstallationDir
>/server/samples/WebServices/samples/RealTimeWebServices/UnprotectedWebServices/axis/CustomerLookup_MULTIPLEROW

0 COMMENTS

We’d like to hear from you!