Skip to Content
0
Jun 26, 2009 at 12:48 PM

Reg BPM Design

45 Views

Hi,

I want to make two separate calls to a WebService using a BPM. I receive a message in which there are names of two users.

Using this I want to get back the details about these users. How can I achieve this requirement in a BPM?

Req Message Structure:

<SRC>

<UserName/> ..... 0..1

</SRC>

Response Message Structure:

<TRG>

<UserAddress/>

</TRG>

Please note the below points:

1. The WebService can handle only one request per call. Hence two different calls are to be made to the WebService to get the details.

2. No modification allowed in the WebService.

3. No field available in the Req and Resp structure of the WebService for correlation.

Please suggest me the design approach.

Thanks.