Hi,
I am working on RFC-TO-Webservice scenario(Synchronous) and I am using the BPM in this scenario.
In BPM just I have used 2 steps.
Receive - Opened Sync/Async bridge
Send - Synchrouns step
Send - Cloase the Receive step
Send - Asynchrous send step (to send the response to the file...).
When I sent my RFC message from R/3 I am getting following error.
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!-- Call Adapter
-->
- 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>Timeout condition of pipeline reached</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
I am using PI 7.0 SP13 is why I am not able to receive the Sync message in BPM...I have created the abstract interface based on RFC...getting the first message itself Timeout error.
I am trying to use Sync/Asnc bridge in BPM. First message itself PL_TIMEOUT error..bpm is not able to receive my rfc request...
I need help on this...do I need to do any settings in WEBAS level..I did Timeout setting in SXMB_ADM.
Regards,
Venu.