cancel
Showing results for 
Search instead for 
Did you mean: 

http Sender Interface: dynamic change of Asynchronous or Synchronous mode

Former Member
0 Kudos

Hi,

I have an http -> XI communication,

using a url

http://host:8000/sap/xi/adapter_plain?namespace=urn%3ABBMessage&interface=BB_forSAP_Req&service=dmsb...

This url should be used to trigger 2 different interfaces in

XI depending on the value of an element( i have done it from the interface determination using conditions) ,

which one of them is Synch and the other is Asynch.

How can be achieved ( Synch or Asynch) ?

Thanks

Antonis

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kishore

the sender system-A uses an message interface BB_forSAP_Req which depending on its value of an element it does mapping with 2 different FM (calling the backend system-B (SAP)). When calling the first system it does not require an response ,so the communication is Asynch. When calling the second FM it requires an response show it is Synch communication. How can be implemented since the mode of communication is altered from url (BE,EO,etc) and the attributes of Message Interface ( Outbound, Synchronous , Asynchronous, etc)

Former Member
0 Kudos

Hi ,

the sender system-A uses an message interface BB_forSAP_Req which depending on its value of an element it does mapping with 2 different FM (calling the backend system-B (SAP)). When calling the first system it does not require an response ,so the communication is Asynch. When calling the second FM it requires an response show it is Synch communication. How can be implemented since the mode of communication is altered from url (BE,EO,etc) and the attributes of Message Interface ( Outbound, Synchronous , Asynchronous, etc)

Is it possible to add two fields in the HTTP request structure which represent the QOS & message interface type to use ? Based on these values you can use different interface mappings in Interface determination .

Regards,

Kishore

Former Member
0 Kudos

Multiple operations are possible from PI 7.1. It is not possible to have 2 QoS upto PI 7.0.

Even in PI 7.1 I am not sure if this multiple operation can be leveraged by HTTP adapter. This makes a lot of sense when we deal with outbound SOAP scenarios only to me.

Regards,

Jaishankar

Former Member
0 Kudos

Hi ,

Could you please explain your requirement in detail ?

Regards,

Kishore