See attachment... See SOAP message below...
Notice how I can have <!--Zero or more repetitions:--> of <psp:string>string</psp:string>. This works when sending SOAP through the SOAP proxy. I built a REST proxy from the pipeline that uses the same WSDL. But, when I right click the REST Proxy and run I am only presented with one textarea for <psp:string>string</psp:string> - see attachment. I need to send at least three of these <string> params to test the REST proxy. If I were doing a straight GET in a URL it would look something like "http://hostname/restproxy?string=RED&string=BLUE&string=GOLD&..." I think... How do I edit this OSB run screen to allow me to send more than one "string" parameter in the GET request from the REST PROXY?
<psp:GetSubItemListAsOf xmlns:psp="http://prosight.com/type/Portfolios/5.0/psPortfoliosSubItem">
<!--Optional:-->
<psp:sCommonIDCategory>string</psp:sCommonIDCategory>
<!--Optional:-->
<psp:sId>string</psp:sId>
<!--Optional:-->
<psp:sSubItemType>string</psp:sSubItemType>
<psp:lSubItemTypeID>3</psp:lSubItemTypeID>
<!--Optional:-->
<psp:arCategoryNames>
<!--Zero or more repetitions:-->
<psp:string>string</psp:string>
</psp:arCategoryNames>
<psp:bShowHiddenSubItems>false</psp:bShowHiddenSubItems>
<!--Optional:-->
<psp:sAsOf>string</psp:sAsOf>
</psp:GetSubItemListAsOf>