cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice to IDOC : Bridge sync/async

Former Member
0 Kudos

Hi,

I have a simple scenario where we send data synchronously via webservices and idoc would be created in target system.

So I need to create a sync/async bridge.

But i have a doubt in first receiver step and its properties:

  • Syncronous interfaces --> it must be a SYNC and abstract message interface

  • Message --> It must be an element of container. When i create element in container, only abstract ASYNC message interface could be selected.

Then, with this configuration, error " Message to be received and synchronous interface do not have identical types " is returned.

How to do it?

Thanks, in advance

Carme.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Carme,

Just make sure you are making a SYNC/ASYNC bridge in BPM as explained in the following doc's

saptechnical. com/Tutorials/XI/SYNCASYNC/Page2.htm

Alternatively you can use the BPM pattern; BpmPatternSyncAsyncBridge for the same.

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm

udo_martens
Active Contributor
0 Kudos

Hi Carme,

you need to create synchr abstract interface (for the receive step / the close bridge step) and two asynchr abstr interfaces (typed with request and response type of the synchr if) for the container.

Regards,

Udo