cancel
Showing results for 
Search instead for 
Did you mean: 

1 Message mapping for 2 external structures?

nilambari
Explorer
0 Kudos
86

Hi All,

I am working on the following scenario:

Source (ECC)                          Target (Third Party)

Custom Proxy                          CreateResource

                                               UpdateResource

There is a single custom proxy in ECC. Depending on the value in the "status" field of the proxy, either CreateResource or UpdateResource structure should be selected.

Whats the best way to achieve this? Could it accomodated in the same message mapping?

The target communication method is web service.

View Entire Topic
iaki_vila
Active Contributor
0 Kudos

Hi Nilambari,

If you have one proxy with the two operations inside you will only need a 1:1 mapping, however if you have different proxies you will need 1:n mapping as Ambrish said. You could choose between one or another inside the mapping or in Receiver determination or ICO with a rule condition as Tuncay said.

From my point of view, if you can decide the receiver side structure i would do only one proxy that it accepts the two structures, creating one that it contains the two mentioned.

Regards.