cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP in Asynchronous mode

Former Member
0 Kudos

Can we configure HTTP receiver to send messages in QOS Exactly once (Asynchronous)?

If yes, how do you do it?

Thanks

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasad,

Yes. This can be done.

However, the QoS option should be specified in the http Query string, as QoS=EO.

Here is a sample URL call with QoS

http://<Host name>:<Port>/sap/xi/adapter_plain?namespace=<NameSpace>&interface=<SenderInterface>&service=<BusinessService>&QOS=EO&sap-user=<UserID>&sap-password=<PassWord>&sap-client=010&sap-language=E

There are more hints at:

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Hope this helps,

Bhanu