Skip to Content
0
Apr 11, 2013 at 07:40 AM

RFC Synchronous : SYNCHONOUS_MESSAGE Error

67 Views

Hi All,

I am facing the following errror when initiating RFC synchronous call to ccBPM.

RFC (synchronous) -> ccBPM

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

When RFC is called as Asynchronous from ABAP program, then the whole process runs succesfully. But I want to get the response back to calling RFC. Question -) Is synchronous RFC supported for ccBPM?