cancel
Showing results for 
Search instead for 
Did you mean: 

missing fault code error

Former Member
0 Kudos

hello

WS2RFC sync doesnt work, and I recieve a weird message in the response. any one?

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

- <!-- Call Adapter

-->

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

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Missing faultcode; HTTP 200 OK</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Reason for HTTP Code 200 ---> probably this is either a time out or ICM settings problem. PLease review the following notes:

for ICM tuning:

824554

737625

And after that implement the recommendations from these - version of xi should

not be important.

821026

807000

803145

Thanks

Swarup

Former Member
0 Kudos

can some one be more specific?

what exactly do I need to check or verify.

have a problem to read the notes.

Former Member
0 Kudos

Kfir,

HTTP 200 means successfully processed request, but SOAP adapter did not received expected response envelope (or response was not SOAP compliant or not well formed)

Rgds

Chris

PS : if you want to trace HTTP traffic between your SOAP adapter and its corresponding target system (providing you're not using SSL), install the SAP tcpgw java sniffer between these 2 points (check for attachment of OSS note 856597)

Edited by: Christophe PFERTZEL on May 5, 2008 10:44 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

check whether you have given correct source message and target message in case of response mapping

In case of response mapping

source structure will be of RFC type

and target will be of WS provided type

check it