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

Initialization

Initialization

The client application performs an initialization step before it makes calls to Metadata and Data Integration web services operations.
To perform initialization, complete the following steps:
  1. Instantiate the proxy class for the Metadata API.
    In the example, the name of the Metadata API proxy object is
    MWSProxy
    . This section uses the name MWSProxy to refer to the Metadata API proxy object.
  2. Instantiate the proxy class for the Data Integration API.
    In the example, the name of the Data Integration API proxy object is
    DIWSProxy
    . This section uses the name DIWSProxy to refer to the Data Integration API proxy object.
  3. Call the Login operation using the MWSProxy object.
    The Login operation requires a repository name, user name, and password and returns a session ID. This operation call associates the MWSProxy object with the repository name and user name pair. All subsequent requests made to the batch web services operations using the MWSProxy object use these repository and user names.

0 COMMENTS

We’d like to hear from you!