cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice related issue

Former Member
0 Kudos

Hi,

I have a SOAP to proxy scenario where proxy receiver will be ISU and CRM.

I have created 2 separate outbound service interface for two separate receiver in the sender side as without two separate outbound service interface it is not possible two create receiver determination in the ID.

But because of this I have to create two separate web service of sender side what I have to share with my sender side developer for further processing .

Is it possible two develop the scenario by creating only one outbound service interface ?

Please suggest....

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi,

if your flow is asynchronous: yes, no problem, just define two receivers in the receiver determination.

If your flow is synchronous: You can have only one receiver. You might consider to setup 2 operations for one outbound interface, route one to CRM, the other to ISU. The sender would actually decide to use an operation and to determine the receiver. But actually you win nothing compared to the solution you described above. 2 completely separated services is not more effort and from my point of view more clear / easy to handle or change.

/Udo