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

Operation Mappings Overview

Operation Mappings Overview

An Informatica SOAP web service has an operation mapping. An operation mapping performs the web service operation for the web service client.
An operation mapping can contain an Input transformation, an Output transformation, and multiple Fault transformations. The Input, Output, and Fault transformations process SOAP messages. The mapping can also contain other transformations that retrieve, transform, or update data based on the web service operation that the client requests.
After you create a web service in the Developer tool, configure an operation mapping for each operation in the web service. An operation mapping represents the logic for an operation.
When you configure the operation mapping, you define how the Data Integration Service processes the data that it receives in the SOAP request. The SOAP request can be of SOAP 1.1 or SOAP 1.2 format based on the binding type used by the binding operation associated with the operation mapping.
The Input transformation receives a SOAP request from a web service client and then returns data to transformations downstream in the mapping. The transformations perform the operation that the client requests.
The Output transformation receives data to return to the client. The Output transformation generates a SOAP response message to send to the client.
If an error occurs, the Data Integration Service generates a fault. The Data Integration Service returns user-defined faults from a Fault transformation. A user-defined fault consists of two types of faults: predefined fault and generic fault.
To configure the operation mapping, complete the following steps:
  1. Configure the Input, Output, and Fault transformations.
  2. Create and configure additional transformations to implement the operation logic.
  3. Link ports.
  4. Validate and save the mapping.
You can view and configure operation mapping properties on the
General
tab,
Operation
tab, and the
Advanced
tab in the operation mapping
Properties
view.

0 COMMENTS

We’d like to hear from you!