Skip to Main Content

APEX

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!

Passing multiple parameters to BIP (BI Publisher) report using web service

Simon GaddJul 4 2008 — edited Jul 29 2008
Hi Everyone.

I have set up a BI Publisher web service and I can get this to produce a single report based on a single primary key parameter being sent in the SOAP Envelope.

If I want to send a string of primary keys in the single report parameter, could someone please point me in the right direction as to how to do this.

I have the report set up in BIP with the parameter data type set as String
and the "Text field contains comma-separated values" option selected (ticked).

When I edit my SOAP command to say...

<item>
<name>P_INVOICE_ID</name>
<multiValuesAllowed>true</multiValuesAllowed>
<values>
<item>16946,18421,17676;</item>
</values>
</item>

it fails with a message "oracle.apps.xdo.servlet.scheduler.ProcessingException: oracle.apps.xdo.XDOException: ORA-00933: SQL command not properly ended"

I have tried leaving the ';' off the end of the string.
I have tried ending with a ','

Neither option seems to work.

Anyone in the APEX community done this?

Many thanks

Simon
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2008
Added on Jul 4 2008
18 comments
12,422 views