cancel
Showing results for 
Search instead for 
Did you mean: 

Error Executing WSDL

vickyokrm
Participant
0 Kudos

Hi Experts,

I got an error while executing the WSDL Code in the internet explorer. i have given the code below.

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

<SOAP:Header />

- <SOAP:Body>

<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" 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:Stack>Empty HTTP query received; message processing not possible</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

Please help me to find the solution to solve this issue,

Thanks,

Vignesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Vigneshwaran,

Pay attention the excetion that you are having "EMPTY_HTTP_REQUEST_RECEIVED", you are a sending an empty request, Why?, because if you try directly in a browse you are not determining the message payload.

As Michal says, you need to test the wsdl a tool like  soapUI or xmlspy

Regards.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>I got an error while executing the WSDL Code in the internet explorer.

what exactly are you trying to do ? testing WSDL in IE ? it's not possible...

if you want to test a WSDL you can use SOAPUI (free tool) and test it there

Regards,

Michal Krawczyk