cancel
Showing results for 
Search instead for 
Did you mean: 

Http url with QOS = EO and QOS = BE

Former Member
0 Kudos

Hi all,

I an http communication from an external system to XI .

The external system can use only onE url http communication calling different interfaces in xi-sap . This is achieved by the separating the interface mapping from one key-value of the XML field. The url execute an asynchronus call ( the parameter of the url is QOS = EO) , but for one interface it needs to be synchronus (BE) , how can this be achieved? Is it possible for the parameter QOS to be changed in any case depending on the interface or the value of the field?

Edited by: Konstantinidis Antonis on Oct 2, 2008 4:49 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I don't think this is possible as the XI message Header gets populated with the quality of service as soon as the message is received by the communication channel.

If this was an adapter on the Java stack such as the SOAP adapter, then you could possibly do this using a java module in the communication channel.

When receiving an HTTP message, it gets transferred directly to the pipeline.

Hope this helps.

Answers (0)