cancel
Showing results for 
Search instead for 
Did you mean: 

reg:Proxy Error

Former Member
0 Kudos

Hi all,

I am trying to post "orders" data from one SAP system to another SAP sys using XI.I have implemented this using Proxy structures and completed all the configurations required both in SAP as well as XI.Now while trying to post the orders data from sender SAP i am getting the err code 500 in SXMB_MONI of sender SAP sys.and when tested the httpp connection from sender to xi i got this err

"SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header />

- <SOAP:Body>

- <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>SOAP:Client</faultcode>

<faultstring>Empty HTTP request received</faultstring>

<faultactor>http://sap.com/xi/XI/Message/30</faultactor>

- <detail>

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

<SAP:Category>XIProtocol</SAP:Category>

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

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Empty HTTP query received; message processing not possible</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>"

Can anyone please provide a solution to this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Naresh,

Empty HTTP request is o.k !!!

Try to debug the interface using breakpoints....

Regards,

Answers (0)