cancel
Showing results for 
Search instead for 
Did you mean: 

sync-async bridge doubts ...

inigo_sacramento
Participant
0 Kudos

Hi everyone.

I've developed a sync async bridge fro this scenario ..

sync abap proxy (request) -


> XI -


> abap proxy (BW response)

I've developed the BPM as XI pattern about sync-async bridge.

Problem is that i don't have the configuration part of the patern so that's what i've done.

i have a business service as sender, that. This BPM has a transformation step between the receive step that opens the bridge and the send step that closes the bridge.

i have a receiver determination with business service as sender and BPM as receiver.

when i test the scenario i get the error that no receiver determination found.

i need some help for this.

Regards,

Inigo.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

For the ABAP proxy as the sender you should not use a business service, You need to create a WebAsABAP bsuiness system pointing to your Client of the R3 system and use this as the sender service.

If you have done this, check the details of the message in MONI.What is the Sender Service, Sender Interface and sender Namespace. have you create the Receiver Determination for these values?

Regards

Bhavesh