cancel
Showing results for 
Search instead for 
Did you mean: 

Custom iFlow Message Mapping - RFC Generated Web Service

Deon_van_Zyl
Active Participant
0 Kudos

Hi,

I am trying to get a custom iFlow working between SuccessFactors and ECC with a message mapping component to convert a complex structure (CompoundEmployee) to a simple structure from a ECC web service generated from a RFC. Somehow I cannot seem to get either the mapping correct, or change the import parameter of the RFC to be something that can map correctly. When I create my own custom simple structure, the mapping works and the values are correctly generated.

RFC Generated Structure - Not Working (Imported from Web Service WSDL)

Custom Build Simple Structure (Manually Built XSD File)

Or how do I get my RFC web service to generate a structure like the custom structure?

Kind Regards

Deon



Accepted Solutions (0)

Answers (2)

Answers (2)

Deon_van_Zyl
Active Participant
0 Kudos

@sriprasadshivaramabhat do you perhaps have any suggestions?

Deon_van_Zyl
Active Participant
0 Kudos

ok.. I have manually tweaked the 1 to many relationships in the WSDL of the RFC that I downloaded and added a mapping to the mapping component. I now manage to get a value when I do a simulation.. however... I just get a single value.. but my test file have multiple employees? What should be changed so that I can get multiple rows?