cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Question

Former Member
0 Kudos

Hi,

My scenario is something like this.

I Have different Data Structure's for different operations that has to be mapped, for example if the the Operation is Update i have to map the source to a different structure and if the operation is Delete i have a different data structure,and moreover i have a common structure "OPERATION" which has three fields in it .Now depending upon the operation i have to map these files for example

operation1

OPeration:Update

File:SYSTEM

Date:date

Data1

Field1

Field2

Field3

operation2

OPeration:Delete

File:System

Date:date

Data2

Field1

Field2

Field3...n so on.

this same structure repeats itself based on the operation,however the Data structure for "Data" would change.All these are for the same reciever.

Could anybody let me know how i could achieve this,do i have to write an UDF or something..? thanks in Advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi John,

You can have 2 inbound interfaces for your scenario. Have a look into this blog on details.

/people/suraj.sr/blog/2006/01/05/multiple-inbound-interfaces-within-a-service

Let me know if you need further help..

Regards,

Jai Shankar.