cancel
Showing results for 
Search instead for 
Did you mean: 

sync - Async Bridge problem

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi all,

is the first time i use this BPM

my scenario is simple. i have a ws ho send a interface ID, a java mapping that read flat file, convert into xml and send the response. this XML is save in drive. this file is picked by a file adapter and send the xml to ws as response.

i undertand how to create de BPM bu no how to configure the Interface Mapping.

Thanks

Rodrigo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey,

can you be more clear..

Thanks,

Vijaya

Former Member
0 Kudos

Interface Mapping is between SOAP Request <--> Your XML message Request Response.

Only one interface mapping is required.

Message Interface Required

1. SOAP Synchronous

2. XML Request Async

3. XML Resp Async

4. XML Message Request Response Sync

Gaurav Jain

Reward Points if answer is helpful

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

i have a doubt. as yue sugguest i will configure the Receiver Determination. as my IM is type sync, i send the request from WS and should get the response, but in what moment i define where to pick the file by FILE adapter? are you sure i have to create a MI response type sync as u sugguest before?

thanks!

Rodrigo

Edited by: Rodrigo Pertierra on Jun 25, 2008 1:55 PM

Former Member
0 Kudos

Your BPM Steps should be

1. Receiver step (Sync-Async Bridge)

2. Send Step

3. Receive Step

4. Send (Close sync Async Bride)

Ok.. then in that case you need Interface mapping between

1. Soap request and XML Request

2. XML Response and SOAP Response

Gaurav Jain

Reward Points if answer is helpful