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

Step 3. Create the Request Object

Step 3. Create the Request Object

You must create a request object and any required parameter to be passed to the web service. In the sample client application, the following code creates a lookup request object:
CustomerLookupRequest request = new CustomerLookupRequest(); request.setCustomerID_in(CustomerID);

0 COMMENTS

We’d like to hear from you!