cancel
Showing results for 
Search instead for 
Did you mean: 

Red:WSDL execution in Infopath

Former Member
0 Kudos

Hi,

I have Soap to RFC scenario.

I created 2 data types for request and reponse.

created 2 message types

Created one message interface outbound synchronous.

created 2 maapings for request and response

created one message interaface.

In Integration Directory,

I have created 2 business services for sender and reciever.

Sender side i have used soap adapter and reciver side i have used rfc adapter.

I have generated the wsdl file for the scenario.(While generating wsdl file, i have used sender interface as outbound synchronous)

While executimg, i have used microsoft Infopath. It is wroking fine.

I have implemented the same scenario using BPM.In that in message interface, i have created 5 messge interfaces.(outbound-Async,Inbound-Async,Abstract-Async(for outbound and inbound),and abstract-sync

i have generated the wsdl file for the scenario. In that i have given the sender interface as outbound Aync name.(IS this correct).

So while executing the infopath, It will ask for 3 forms.

submit and receive data

submit data

receive data

i have checked the submit data. But iam not able to see the output.It is showing "An error occured while the form is being submitted"

The SOAP response indicates that an error occurred:

"

System Error

<detail><s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0"><context></context><code>BPE_ADAPTER.SYNCHONOUS_MESSAGE</code><text>The process does not support the given synchronous interface or does not support synchronous messages</text></s:SystemError></detail>

"

SO please help me in regarding this issue.

I have tried giving with the abstract-sync interface, while generating the wsdl. Even though it is showing error.

Please suggest any idea.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think you missed the sync-async bridge in BPM.

Check the below blog...It will help you to configure the that...

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

Regards,

Prakasu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use T.code : SWWL

Former Member
0 Kudos

Hi Jayasimha,

I have used the TCode SWWl. But i am not able to see any messages there.