cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice1 TO RFC TO Webservice2 ----all Synchronous

Former Member
0 Kudos

Hi,

I am running a scenario Webservice1(EP)--RFC-Webservice2(client). i am able to send the request to RFC , RFC response is able to send to webservice2 request, and webservice2 response is has to go to webservice1 response(problem is here).

the problem i am getting is Timeout Error ... the time is expering before the webservice2 response reaches the webservice1 response.

as per Michale blog https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3802. [original link is broken] [original link is broken] [original link is broken] [original link is broken] i have increased the HTP_TIMEOUT time as well. but still i am facing the same problem..

the error shown in sxmb_moni is below.

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

- <!-- Call Adapter

-->

- <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">PL_TIMEOUT</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Pipeline timeout condition satisfied</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

can some one help me out...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bhavesh,

please find the error

<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">PL_TIMEOUT</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Pipeline timeout condition satisfied</SAP:Stack>

<SAP:Retry>N</SAP:Retry>

</SAP:Error>

as u said i have opened new thread for this...