cancel
Showing results for 
Search instead for 
Did you mean: 

How to request Acknowledgement in SOAP Client consuming Async XI Web Servic

Former Member
0 Kudos

I have an Async XI Web Service that is being consumed by third-party SOAP Client application. My client wants to recieve a transport level acknowledgement or Application level for a SOAP message that they are sending. How can they program their client application to request Acknowledgement?

What we really want to do is pass some unique # to client application every time they call the Web service and they can later check the status of earlier call they made using the unique number assigned first time.

I have done this using ABAP proxy as a client application but how can this be achieved by third-party SOAp client application (e.g. PeopleSoft)?

I will appreciate any guidance.

Thanks,

Saurabh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Saurabh,

Refering to below section on help.sap.com

http://help.sap.com/saphelp_nw04/helpdata/en/bf/27fd3b651f6a1ce10000000a11402f/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

second link clearly mention that "Sender adapters of the Adapter Engine do not request any acknowledgments".

First link mention that some functionality supported for the receive adapter.

If its you mandatory requirement to send unique number back then one option is writing your own module to send the unique number back.

Gaurav Jain