cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_RESP_STATUS_CODE_NOT_OK: Error 200

Former Member
0 Kudos

Hi All,

I am doing a scenario in XI as follows;

r/3--- [Idoc] -> XI -


http-->APO

The r/3 to XI is working perfectly and to send to APO I am using XI adaptor with HTTP transport protocol.

But I am getting the following error.

<SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>200</SAP:P1>

CALLER.MSG_GUID_NOT_QUALIFIED</Trace> <Trace level="1" type="System_Error">Attribute message GUID not specified </Trace> <Trace level="1" type="E">CL_XMS_MAIN-ENTER_XMS</Trace> <Trace level="1" type="E">CL_XMS_HTTP_HANDLER-HANDLE_REQUEST</Trace> </SAP:TraceHeader> SAP_2F9726E387E5A248AF882E0838E4B741_END

</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP response contains status code 200 with the description OK XML element /MessageHeader/MessageId missing in SOAP message header (SAP XI Extension)</SAP:Stack>

Can someone help me on this issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi in your receiver communication channel (XI adapter to APO) select XI 2.0 as message protocol instead of XI 3.0.

That will hopefully solve your problem.

Cheers,

Roberto

Former Member
0 Kudos

Hi,

Code 200 is not an error but OK,

Please refer http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

If you are running over 640 and above use XI 3.0 Else you need to use XI2.0,

You can see a similar thread at:

Regards,

Anirban.

Former Member
0 Kudos

Hi,

Thanks a lot Roberto and Anirban.

Your answers were very useful.

Former Member
0 Kudos

you welcome, please assign awarded points

Thanks

Former Member
0 Kudos

Great to have helped you Roopesh, anyways you can always refer to that Http link for any future http error that you may encounter.

Take care,

Anirban