cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Determination steps for BPM scenario

Former Member
0 Kudos

Hi Experts,

Scenario : SOAP -> Calling different webservices

1. SOAP Client Request

2. Call the Initial webserive to get the unique Id. No need to pass any request to call this webservice, but it will give the response.

3. Take the Initial websrevice's response as a request to second webservice

4. Pass the SOAP client request to Third webservice

BPM steps

-


1. Receive Step for SOAP Request

2. Send Step for the Initial webservice call.

3. Transformation step Initial webservice response to request change.

4. Send Step for Second webservice (Pass the the Transformation step's target interface as a request)

5. Send Step for Third webservice ( Pass SOAP client request)

I am done with the BPM flow. Could you please help to do the Receiver Determination steps.

Usually I follow the below steps.

1. Sender Service to BPM

2. BPM to other services. I have a doubt with the second step. I am not passing the SOAP client request to Initial webservice. So, please tell me how to proceed further for the BPM Receiver Determination steps..

Thanks & Regards

Sara

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hey,

First, what is th purpose of your SOAP client request.

Is it just to trigger the BPM.

Second on what basis are you fetching the unique Id from initial web service.

If it is a normal scenario then, the reciever determination will be like this.

Soap client-> BPM

BPM->initial webservice

BPM->second webservice

BPM->third webservice

but in this particular scenario i dont know which data is being used to fetch the unique Id.

regards,

Milan

Former Member
0 Kudos

what is the message u intend to use for inital web service call

Former Member
0 Kudos

I no need to pass any input/request to the initial webservice, only I would like to get the response from that service. That unique Id value (single value), I have to pass it to other services.

Former Member
0 Kudos

if no request, i am not sure how you wud trigger this interface. You can also try the option of look up for getting the unique ID. the look up i ssupported for JDBC, RFC, and SOAP adapters