Hello, I'm frustating on an error which occurs in the BPE. I have a little ASYNC/SYNC Bridge that takes a Message from an Service asynchronly, does an transformation and should send it on an synchrone RFC module. The answer of the RFC is not needed.
SOAP --> XI/PI --> RFC
The hole process is shown here:
[Scenario(overview)|http://www.gothsite.de/sappi/Scenario1.jpg]
[ReceiveStep|http://www.gothsite.de/sappi/Scenario2.jpg]
[Transformation1|http://www.gothsite.de/sappi/Scenario3.jpg]
[SyncSendStep|http://www.gothsite.de/sappi/Scenario4.jpg]
[Tranformation2|http://www.gothsite.de/sappi/Scenario5.jpg]
[MessageOverview|http://www.gothsite.de/sappi/Scenario6.jpg]
[BPEL Szenario as ZIP|http://www.gothsite.de/sappi/BPEL-Szenario.zip]
Here the error thar occurs:
<!-- Call Adapter
-->
- http://sap.com/xi/XI/Message/30" xmlns:SOAP=" http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
<SAP:Category>XIAdapter</SAP:Category>
<SAP:Code area="BPE_ADAPTER">SYNCHONOUS_MESSAGE</SAP:Code>
<SAP:P1 />
<SAP:P2 />
<SAP:P3 />
<SAP:P4 />
<SAP:AdditionalText />
<SAP:ApplicationFaultMessage namespace="" />
<SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages Exception CX_WAPI_DEF_PROPERTY_NOT_FOUND occurred (program: SAPMHTTP, include: , line: 0).</SAP:Stack>
<SAP:Retry>N</SAP:Retry>
</SAP:Error>
In the Trace of the calling Message there is an entry, I don't know if it is relevant:
- <Trace level="1" type="B" name="SA_COMM">
<Trace level="1" type="T">Start Sync/Async Communication</Trace>
<Trace level="1" type="Timestamp">2009-02-24T09:10:03Z CET Starting Processing</Trace>
<Trace level="1" type="T">Pipeline Timeout: 24.02.2009 10:11:04 CET</Trace>
<Trace level="3" type="T">Calling BPE Adapter</Trace>
- <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_BPE-ENTER_PLSRV">
<Trace level="3" type="T">Processing mode is</Trace>
<Trace level="1" type="T">No mapping property with name sap.bc.bmt.wfm.xi.interface.synch.urn:claas:pi:csc:export:report:10:MI_AB_ASYNC_Report</Trace>
<Trace level="1" type="T">MI_AB_ASYNC_Report really used in process?</Trace>
</Trace>
The system is an SAP PI 7.0 on SP 13.
The SOAP Adapter is on Best Efford, but I think it isn't used, because the service call comes directly to the Integration Engine.
Can anybody give me a hint, where my failure comes from?