Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

Viewing Input and Output Parameters

Viewing Input and Output Parameters

You can use a functional testing tool such as SoapUI to view the REST API input and output parameters.
Download the WADL file and then import the file into the functional testing tool to create a REST project.
The following image shows the input parameters in the SoapUI for the createPerson REST API:
  1. Input parameters for createPerson REST API
The WADL file produced in WebSphere environments might not import correctly into SoapUI. If the input parameters do not appear in SoapUI, edit the WADL file to remove the
xmlns
attribute from each
param
element and then import the WADL file again.

0 COMMENTS

We’d like to hear from you!