cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice to IDoc

Former Member
0 Kudos

Hi

I am getting this error in my senario Webservice to Idoc.

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

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_BE_NOT_SUPP</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Only asynchronous processing supported for IDoc adapter outbound processing</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

anybody face the same problem.

Thanks

Gowri K

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member91687
Active Contributor
0 Kudos

Hi,

You must have chosen Quality of Service as Best Effort in the sender adapter. Choose <b>Exactly Once</b>, coz you cannot have synchronous processing with IDOCS.

Regards,

Chandra

sridharreddy_kondam
Active Contributor
0 Kudos

Hi Gowri,

Since Idoc suports only Async ... use QOS : EO in the webservice...

Regards,

Sridhar

Former Member
0 Kudos

Hi ,

Idoc adapter supports only asynchronous processing.

Check this thread..talking abt same problem

Sekhar

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

The webservice call you are making is using a synchrnous Message Interface and is expecting a response. IDoc's do not support Synch Processing. So, make the Message Interface you have created for the Webservice as Aynch and your scenario will work fine.

REgards,

Bhavesh

Shabarish_Nair
Active Contributor
0 Kudos

>>>>Only asynchronous processing supported for IDoc adapter outbound processing

is it a sync webservice to IDOC ??? note that IDOC is a async interface