Hi,
I am currently facing an issue where one of the flow requires a document list as input, running it on SAG isn’t an issue, but when it comes to use it in SoapUI (through HTTP request, either POST or GET), it doesn’t seem to go through…
document list is in this form: “parameter” as the document list.
“key” and “value” are two strings in the document list.
As such, I was expecting that the request could be written like this (under a XML format):
<parameter>
<key>1</key>
<value>Test</value>
</parameter>
<parameter>
<key>2</key>
<value>Test2</value>
</parameter>
<parameter>
<key>3</key>
<value>Test3</value>
</parameter>
But it looks like it’s not the case.
I am quite new with SAG and integration in general, I am probably missing some knowledge.
Thanks in advance,
Syl
#webMethods#Integration-Server-and-ESB