cancel
Showing results for 
Search instead for 
Did you mean: 

a problem when access integration server

Former Member
0 Kudos

Hi:

When use the link http://exxt:8001/sap/xi/engine?type=entry to access integration Server, after input username and password, there is a page appears:

***********************************************************************************************************

- <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>

********************************************************************************************************************

Could you please tell me the possible reason and how to solve it?

Edited by: jingying Sony on Sep 23, 2008 3:39 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member214364
Active Contributor
0 Kudos

Hi Sony,

This is not a problem.When you send empty request you will get message like this.

Thanks,

Jag

Former Member
0 Kudos

in the link http://help.sap.com/saphelp_nw04s/helpdata/en/44/b700e6352056a2e10000000a1553f6/frameset.htm

, there is a step to Maintaining a Business System for the Integration Server ,

there is a link http://<host>:<HTTPport>/sap/xi/engine?type=entry

in the Pipeline URL field, this is the problem.

dharamveer_gaur2
Active Contributor
0 Kudos

use this url

*http://<server IP>:<Server Port>/XISOAPAdapter/MessageServlet?channel=:Business System:Communication channel*

http://help.sap.com/saphelp_nw04s/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm Adapters

Edited by: Dharamveer Gaur on Sep 23, 2008 5:47 AM

Answers (0)