cancel
Showing results for 
Search instead for 
Did you mean: 

AckRequestNotSupported

Former Member
0 Kudos

Hi,

I have a scenario which sends an acknowledgment back to XI(from here to external application) from ECC as an iDoc, here I've extended the standard iDoc: ALEAUD01. I configured the whole scenario, when i run the report RDBSTATE it creates the outbound iDoc successfully, and i could see the success message on XI through SXMB_MONI, but i always get the message " <SAP:Status>AckRequestNotSupported</SAP:Status>" on response,and it wont creates a payload for response and no acknowledge been passed to receiver.

I am using SOAP receiver for the external application, connection and user authentication is fine to the external application.

*SOAP Body: Manifest*

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Response

-->

<SAP:Manifest xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7" />

*SOAP Header: Ack*

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Response

-->

- <SAP:Ack xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1" applicationAckNotSupported="true" applicationErrorAckNotSupported="true">

<SAP:Status>AckRequestNotSupported</SAP:Status>

<SAP:Category>permanent</SAP:Category>

</SAP:Ack>

Please help.

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check if these links can help u

Thanks

Vikranth

Former Member
0 Kudos

Hi,

I've already gone through these links. Any other help?

Edited by: iBose on Jun 25, 2008 4:53 PM

former_member181962
Active Contributor
0 Kudos