cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous Sending followed by Transformation

former_member343107
Participant
0 Kudos

Hi All,

In my problematic business process, a synchronous sending step is used to send a request to a web service and get the response of the web service. A following transformation step converts the received response message to another message. Error occurs in this process.

If I doesn't use the response as the input of the transformation, no error occurs.

It seems that there's some problem in the response message. But that message can be correctly sent in a send step (close S/A mode).

The error message is like this:

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

Does anybody have similar experience?

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Jerome,

We have also encountered the problem of <b>PL_TIMEOUT</b>. Our problem was in the mapping of the response message mapping. So check (and test) your response message mapping.

Hope it will be helpful.

Regards

Suraj

former_member343107
Participant
0 Kudos

Hi Suraj,

You are right. In the mapping program the problem is found.

Thanks for your help!

Best Regards

Jerome

former_member187339
Active Contributor
0 Kudos

Hi Jerome,

No problem......

Hope it solved your problem....

Regards

Suraj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Go thru these blogs

https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi

Chk did u followed all the steps from these blogs.

Regrds

Arpit Seth