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!

REST Web Service Output Parameter not working in POST Handler

PROGRAMMER_JBApr 15 2015 — edited Apr 20 2015

I've created a RESTful Web Service in Oracle Apex, using a POST method as "handler".   I've setup 11 input parameters which all work fine, it is my one output parameter that does not return successfully.

Here is detail on the Output Paramter

Name:  returns

Bind Variable Name:  :returns

Access Method:  OUT

Source Type: Response

Parameter Type:  String

The actual source is a call to a pl/sql package that returns a value that I set :returns equal to (eg :returns := v_result).   I've tried this with Source Type Header and still the same result, 'no output'.

How can I get this output parameter to return something in the response?  

The request accepts a Json payload.

Any help greatly appreciated

This post has been answered by PROGRAMMER_JB on Apr 20 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2015
Added on Apr 15 2015
3 comments
1,551 views