cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Soap_RFC_File scenario

Former Member
0 Kudos

Hi Experts,

I have done sceanrio like Soap to RFC to File with BPM.

The input will be taken by RFC. the response of RFC will be checked. If the response contains the feild available quantity material, then based on the response of bapi ,i calculated the cost of the material.For this

I have created

DataTypes:2 datatypes input and output

Message Types: 2 message types input and output

MessageInterfaces: 7 (input_mi,input_abs_mi,output_mi,output_abs_mi,bapi_sync_abs,bapi_req_abs,bapi_res_abs_

Mesage mapping:2 (Request and response)

interface mapping: 2 (bapi mapping and cost mapping)

and one integration process.

while generating the wsdl file in ID, i am giving the sender interface as input_mi (outbound,Asynchronous)and generated the wsdl file. while executing the sceanrio, i am getting the following below error.

Could please suggest what is the problem?

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

Thanks

Leela

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Leela,

How did u get it solved.i hav same scenario and same error.