Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

Input Ports Area

Input Ports Area

Create groups of input ports in the
Input Ports
area. Include input ports for each level in the SOAP message hierarchy that you need to map.
You must create a Response or Request input group and the child groups that receive the data.
When you create input port groups, define a primary key in each parent group. Define a foreign key in each child group. The foreign key relates the group to a parent group.
You do not have to define keys for the Response level or the WSDL root level unless you are passing data at the WSDL root level. For example, the root level might contain HTTP headers.
You might create groups of ports similar to the following groups for customers and orders:
Response Response_Key Customer_Details_Root Key_Cust_Det FK_Response_Key Customer Customer_ID FK_Cust_Det Name Address Orders Order_Num FK_Cust_ID Order_Items Order_Num Item Count Price

0 COMMENTS

We’d like to hear from you!