cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP:Server, System Error SystemError ,<code>MESSAGE.GENERAL</code>

Former Member
0 Kudos

Hi!!!

I am testing a webservice and I am getting the following error

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

<SOAP:Body>

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>System Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context/>

<code>MESSAGE.GENERAL</code>

<text/>

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

Kindly help me with the same.

Thanking all of you in anticipation

Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there must be some more info about this error

call it from SOAPIU or altova etc to see more info

also try accessing your SOAP URL

from browser :

xiserver:port/XISOAPAdapter/MessageServlet?channel=:yourdata

to see if you get OK status

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi Michal,

Thanks for your prompt response. The above stated error is what I got after accessing it from soapUI.

I tried to access it from the browser and it gave the following message

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

Thanks for your help.

Regards,

Kiran

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

no no just put this address in the browser and see it you see a page

(with servlet OK info)

>>>>EMPTY_HTTP_REQUEST_RECEIVED

did you put any message (XML data) in SOAPIU ?

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you should also have a look at this blog:

Debugging WebServices in a SOAP Sender Scenario -

/people/william.li/blog/2007/04/17/debugging-webservices-in-a-soap-receiver-scenario

Regards,

michal

Answers (0)