cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Error

Former Member
0 Kudos

Hello everyone.

I have create one SOAP Adapter Receiver, i have configured proxy, certificate, ...

Im using HTTPS target url, my interface is sync.

When i call the adapter, occurs the error below:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!--

Inbound Message

-->

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

<SAP:Category>XIServer</SAP:Category>

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

<SAP:P1>110</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error while receiving by HTTP (error code: 110, error text: )</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Can anybody help me, please ?

Edited by: João Noberto dos Santos Junior on Aug 15, 2008 7:23 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As you have said its HTTPS coomunication so please check if you have the proper Security settings for it.

Try to check the Webservice with the help of test tools like SOAPUI or XML Altova spy tool.

Also Refer

SAP Note #906435 XI Internal HTTP Error during CALL_ADAPTER

and thread

Thanks

Swarup

Former Member
0 Kudos

first check your webservice using TCP gateway or XML spy,