SK SKYVVA Documentation

7. Mapping of Imported WSDL request/respons/fault

Introduction

When WSDL is imported, message-types are generated for each complex-type within the WSDL, and we have to implement Mapping for this with Salesforce-Objects. This support the following use cases:

One source-message-Type -> n targets E.g., source-data from flat file which joins Parent-child: e.g. from one source-structure -> Account + Contact

Case 1:

Prerequisite

How to do mapping with Message Type?

The below screenshot shows Message Type use with account interface for Mapping

Here is Message Type use with contact interface for mapping

Here is a result of the message in message monitoring after pushed by the manual load.

Case 2:

Prerequisite

How to do mapping with Message Type?

-           Navigate to Account Interface page detail and scroll down to mapping section The below screenshot shows Message Type use with account interface for Mapping

Here is message type to do mapping for Contact interface

Case 3:

The implementation of the hierarchy’s message type and multiple related SFDC-objects. In this case, the Ichain/Interfaces are generated automatically behind the scene when source and target-structures are linked (mapped).

Prerequisite

Here is result data in message monitoring after pushed.

Open this article in the interactive viewer →