cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a call to be synchronous in SAP HCI/CPI by using Message Exchange Pattern(MEP)

former_member230091
Participant

Hi Team,

We have requirement to connect to SalesForce using Advantco SalesForce receiver adapter.

We are able to connect but we couldn't get the response using receiver Advantco adapter since the call is getting considered as Asynchronous by default.

So we need to make the call as synchronous using MEP(MEP-->Request-Reply) and need to get the response.

Is it possible to achieve (apart from using SOAP adapter) this using MEP or with the help of scripts.?

Regards,

Deva

Accepted Solutions (0)

Answers (1)

Answers (1)

Dear Deva,

In order to access the response in receiver client, you should specify the message exchange pattern (MEP) as InOut because an InOut MEP will indicate this iflow is synchronous. Otherwise it is asynchronous and there is no response.
Kind regards,
Andy.

Former Member

Hi Andy,

Greetings..! I am also stuck at the same point and i am not able to make the call(MEP) InOut explicitly. Can you throw some light on this.

Thanks..!

~JoshPeter

former_member230091
Participant
0 Kudos

Dear Andy,

Could you assist how to specify message exchange pattern (MEP) as InOut explicitly in the integration flow.?

Regards,

Deva

0 Kudos

Hi Deva,

The MEP can not be specified in the integration flow. It needs to be specified in the configuration of the Sender adapter which will then determine the message pattern of the integration flow.

Not all adapters allow this to be configured, SOAP adapter's do, although this is not what you want to use.

Kind Regards,

Andy

former_member230091
Participant
0 Kudos

Hi Andy,

Thanks for your response.

Regards,

Deva