Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OSB rest proxy only allows one paramater value in get request for run option

Mark ReichmanOct 10 2014 — edited Oct 10 2014

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>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2014
Added on Oct 10 2014
0 comments
588 views