cancel
Showing results for 
Search instead for 
Did you mean: 

Getting mutiple values from BRM Call.

former_member186851
Active Contributor
0 Kudos


Dear SCN users,

Is it possible to get mutliple values from singel BRM call.

For example

I have 2 inputs and required 2 outputs

right now i am getting the output for first value,how to get for both in a single call?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member183816
Active Participant
0 Kudos

You can refer following blog for steps,

While defining XML schema for input and output of your rules (Step 2). Make it as 0..unbounded, based on your requirement.

So when you expose your rule as webservice (Step 10). It will generate wsdl accordingly with multiple inputs/outputs accordingly.

Another good doc,

rohit_j
Participant
0 Kudos

HI,

I assume your use case is similar to the one mentioned in this link. Check for my response there in case it fits your requirement.


Best Regards,

Rohit

0 Kudos

Hi,

You can consider to define an expression with 1 input and 1 output.

And you loop a table as input table, and put the results into a result table.

I hopt it can help with your business scenario.