cancel
Showing results for 
Search instead for 
Did you mean: 

More than 1 output parameter in runner url call

Former Member
0 Kudos

Hi experts,

I am calling MII transactions using runner url

works fine with 1 output parameter like this:

http://<servername>:<port>/XMII/Runner?Transaction=<path of transaction/transaction name>&<input parameter name=value>&<OutputParameter=parameter name>


But now i need 3 OutputParameter, not 3 rows, there are multiple output fields.


What syntax can i use then? I have only seen examples for one with <OutputParameter=parameter name>, i ghess I need something like <OutputParameters=parameter_name1,parameter_name2,parameter_name3> but I cannot find exactly how.


Thanks a lot!!

Artur.

Accepted Solutions (1)

Accepted Solutions (1)

rutika_bodas
Participant
0 Kudos

Hi Artur,

Write the URL as:

http://<servername>:<port>/XMII/Runner?Transaction=<path of transaction/transaction name>&<input parameter name=value>&<OutputParameter=*


This * will fetch you results with all output parameters


Regards,

Rutika Bodas

Former Member
0 Kudos

Works perfectly thanks!!

former_member186078
Active Participant
0 Kudos

Hi Rutika,

   It works if my Output parameters are type String. But, I have couple of output parameters of type XML, none of them are returning in the output. Can you please let me know how we can check that?

swaroop_anasane
Active Contributor
0 Kudos

Hi Adithya,

For this specific case, you can add additional parameters as rowset to the rowsets of a single document. Use append xml option for appending the same.

So, get a document with the xml, add all additional outputs as "Rowset" to the document and return this document as a single xml.

Hope this helps.

Wram Regards,

Swaroop

Answers (0)