on 2013 Sep 03 8:50 PM
Hi All
Can someone please guide how can i set an array as an input parameter to a BLS transaction,Lets say for eg: I need the user to enter multiple plants as an input on the input scree,How will i pass this array of plants to the web service in my BLS transaction?Should i consider a XML for the same?
Thanks for your suggestions in advance
Regards
Shweta
Request clarification before answering.
Hi Shweta,
Use a list input type parameter in your Transaction. pass the input from the web page like
/XMII/Runner?Transaction=Default/abcd&listInput=[a,b,c].
[a,b,c] is how you pass the list.
You could use a loop to read the values or you could just use Transaction.listInput{index} to get the value in your transaction. Here listInput is the name of my transaction input parameter of type list.
You may also read
Regards
Tufale Ashai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.