Where is the Enable RESTful Access List?

Hello,
I am trying to expose a report in my application as a RESTful web service. I am following this guide here: http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/advnc_web_services.htm#CHDDBGAI
The instructions are:
On the Workspace home page, click Application Builder.
Select an application.
Application Builder appears.
Select the page that contains the report you want to enable.
The Page Definition appears.
Under Regions, click the name of the region that contains the report you want to enable.
Under Attributes, enter a value for Static ID field. This value is used to access the report RESTfully.
From the Enable RESTful Access List, select Yes.
Click Apply Changes.
I am not sure where I can get this "Enable RESTful Access List", it is not in my region attributes or in my page attributes. Could someone kindly point out where I can get it?
I am using APEX 4.2
Cheers.

Hi William,
That's great you're up and running now. So now you've managed to expose your Report region as a RESTful Service. I think you might find it useful to read through the section Understanding Web Service References in the same chapter - http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/advnc_web_services.htm#BABDCIBH - as it explains the various references that can be created. In your case, your Web Service reference is based on the RESTful style, and not on a Web Services Description Language (WSDL) document. If you read through the section Accessing a RESTful Enabled Report Region from a Web Service Client - http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/advnc_web_services.htm#CHDEHFJI - the apex_rest service API can be used to discover available RESTful enabled reports for a given application. Its response is an XML document with a description of all reports that can be accessed by RESTful Web services.
I hope this helps.
Regards,
Hilary

Similar Messages

  • Avpair on the end of access-list

    Hello,
    It is possible, on router web authentication (or proxy authentication), to add the avpairs received from a radius server (the aaa), on the end of the access-list, instead of on the beggining?
    Tanks.
    Pisco
    Universidade do Algarve
    Portugal

    Thanks to Frank and Kevin
    Kevin
    Let me see if i got it.
    When i create the 2 LOV through a query, you said i should use a bind variable in the where clause of that query and the value of that variable would be the value selected of the first LOV, right? Then, How and where can i set an automatic refresh to yes?
    In order to do query, i still need to have the information needed (country, states, cities) stored on a table? if not, what other way i can get the information and populate the lists?
    Frank,
    i guess i should detect a list change with the trigger when-list-changed. Am i right?
    I still have to stored all the information eithr on a database or on a record group, am i right?
    Which would be a better way to do it?
    Thanks

  • Mail autofill list /where is the file for this list

    I want backup the file of the autofill list on mail new message sender
    Where is this list ?
    in French :
    Je veux faire la suvegarde du fichier de la liste "remplissage automatique" des courriels dans mail quand j'écrit un nouveau message
    Thank's

    The Mail application's autofill feature pulls from the Address Book and the list of Previous Recipients in Mail. Mail stores all message recipients in a list of Previous Recipients but the data for this list is stored in the primary Address Book data file.
    At the Mail.app menu bar, go to Window and select Previous Recipients. A previous recipient already entered in the Address Book will have a vCard icon to the left of the name or email address. You can remove a previous recipient from the list or add a previous recipient to the Address Book but there is not an available function for exporting the list of Previous Recipients.
    Using the Address Book Backup feature should also backup the list of Previous Recipients in Mail but I'm not sure.

  • Where is the difference between Positive Liste and BP Release in SPL?

    Hi Folks,
    Where is the difference between setting a Business Partner on a
    Positive or Negative List and release or block a business partner in SPL?
    I thought that should be almost the same. Hope you can clarify it.
    Thanks
    Regards
    Dieter

    Hi Dieter,
    The difference is the following:
    If you put a partner on a negative or positive list it no longer gets screened. so, unless you screen the positive or negative list explicitly, the partner is no longer screened, and of course the one on the positive list is never blocked and the other one always free.
    If you release a Partner the Partner then the following happens (depending on the customizing).
    1. If you do not have set the memory function in the customizing then the partner stays unblocked until you launch a new screening run and, if it gets hit against a list entry, it will be blocked again
    2. If you do have the Memory function ticked in the customizing then the partner gets screened and released when you do a screening run (in contrary to the positive and negative list it does get screened, but automatically released). But if there is a new or changed entry that matches with the released partner, the partner gets blocked.
    Regards,
    Marc

  • Need to understand the nat with access-list

    Please let me know what it means as it is configured on our ASA
    global (mtaas) 5 10.224.128.4
    nat (outside) 5 access-list EXIDE-MTAAS-PAT
    access-list EXIDE-MTAAS-PAT extended permit ip host 1.1.1.4 host 10.224.128.250
    access-list EXIDE-MTAAS-PAT extended permit ip 10.0.0.0 255.0.0.0 host 10.224.128.250
    access-list EXIDE-MTAAS-PAT extended permit ip host 1.1.1.4 host 10.224.128.244
    access-list EXIDE-MTAAS-PAT extended permit ip 10.0.0.0 255.0.0.0 host 10.224.128.244

    Hi,
    The configuration you mention in your post does the following:
    Its a Policy PAT for traffic entering from networks behind "outside" to networks behind "mtaas"
    Traffic that matches the access-list will get PAT translated (Port Address Translation) to the IP address of 10.224.128.4
    The access-list tells what traffic needs to be translatedIn this case ANY IP traffic coming from source networks 10.0.0.0/8 and 1.1.1.4/32 will get translated WHEN they try to connect to the hosts 10.224.128.250 and 10.224.128.244
    This Policy PAT configuration looks like a configuration for some VPN connection you have on the firewall. Its made so that the connections taken from the VPN connection get PATed to an IP address thats part of the destination network.
    - Jouni

  • Where is the "enable root"

    Hi. I wana to enable root user in mac os 10.6.3 but I cannot find it when opening the Director Utility!!!!
    I read this article http://support.apple.com/kb/HT1428  but still cannot find Enable Root User from the Edit menu.

    This only works, if you have enabled the root account before ;-) so here you are again ;-)
    BobHarris wrote:
    Start an Applications -> Utilities -> Terminal session and enter
    sudo passwd root
    Password:   enter your admin password here
    Changing password for root.
    New password:
    Retype new password:
    The root account should now be enabled.  You are now free to aim at your foot.
    NOTE: these days most power users can get along using just the sudo command without enabling root.  If they need a root prompt, then just enter
    sudo -s
    or
    sudo su -
    It is possible to set up ssh-keygen keys for root that allow remote ssh logins for unattended backups from a backup server, all without enabling the root account.
    So at least once you have to go through the enable sequence mentioned above.
    If root account is disabled only sudo works, but you cannot do anything like "su root" or "sudo passwd root", that addresses the root account itself, since it is disabled.
    But I agree, I do not remember any situation where in a Terminal session "su root" was necessary. In all cases using sudo was sufficient.

  • Where Is The "Enable My iTunes" Button?

    hi guys.
    trying to follow these steps - http://www.apple.com/itunes/myitunes/
    can't find the enable my itunes button, though.
    (using itunes 10)
    any advice, please?

    Update: This comes from their support dept.
    "My iTunes" and other such features are disabled as traffic on the Store increases. You should be able to enable this feature from your Account Details page at a later time.

  • Where is the password for access to the MyPHP Admin logon used?

    Iam a newbie to development of a .php application, so I have been using lots of tutorials and help from this forum.  I used David Powers' tutorial on installing and using XAMPP, and eventually had everything working on my desktop, and in preview.  I am using a pre-defined database (of user and password) that I create in MySQL to determine which page to display to a user.  After doing all of my development work, I upload to my remote server and immediately got errors when trying to validate the login.  Contact with my host informs me that my data base on the server is protected by a user name and password of their definition.  I was given this info 3 years ago when I first started using them, but I'd long since lost that e-mail. 
    I've now got a situation where my database has one id and password, and my site is requiring another.  I believe that I should have had my site's info before setting up the MyPHP Admin.  At this point, should I re-load MyPHP Admin and use the id and password from my host?

    If i understood you well, the php script can't connect to the database, right?
    You need to match the access data in the php script, with the user and password from the database.
    So, first:
    If you are running your site in a hosting with CPanel, you can create the database and the user to that database without entering in phpMyAdmin
    Then, you need to change the username, database name and password in your php script, to match the real values (in your webhosting)
    That information is stored in /Connections/YourDBConnection.php
    If you need to get inside phpMyAdmin, contact your hosting provider for a solution, like a password reset. With that password, you can do the step 1 inside from phpMyAdmin (in case you haven't CPanel on your webhosting). And after that, change the values in /Connections/YourDBConnection.php to match them.
    Cheers!

  • Where is the location bar item list stored?

    Upon typing URLs in the location bar a drop down item list will appear.
    Is there somewhere in firefox where this list of items is stored?
    If so, is that in a format I can go through and see each item?
    Thank you

    It worked.
    Thank you very much the-edmeister.
    Some details:
    - Add-on installed: SQLite Manager 0.7.7
    - From SQLite Manager you need to open the places.sqlite and it is stored under
    [DRIVE]:\[users]\[pc user]\AppData\Roaming\Mozilla\Firefox\Profiles\[one of the profile]\
    on Windows 7(64bit).
    - On the left side of SQLite Manager program main window there is a tree structure of tables, Views, Indexes etc. You need to go to under Tables and click on moz_places. On the center of the SQLIte program main window now you should see the table with its columns. The URL column is the right one.

  • Where is the local company/database list?

    Can someone tell me where the list of companies that gets populated when you first the B1 client to the server is kept?  I assume that it's stored locally since you have to refresh it to get new databases to appear on the list.

    Hi,
    Fire on SB_Common database
    select * from srgc
    Hope u got yr query
    Thanks,
    Kevin

  • Where is the Enable Disc Use button

    I need to click on enable disk use and I was told it is under
    the summary when your ipod touch is hooked up to itunes. Mine is not
    there. Can someone tell me where I can find this. Thanks!

    Thanks for responding so quickly. How do I keep my ipod active in itunes after it's done synching? It automatically ejects when done, is there a way to keep it from ejecting?

  • Captivate 7: where is the "Enable SWF for conversion to iPhone application" publish option

    I'm part of a team of 20 people who are currently using Captivate 5.5 and evaluating updating to Captivate 7 or finding a new tool.
    A critical part of what we produce are iPad conversions of our Captivate/Flash software demonstrations.  We do the conversion using the Adobe Developer Tool in the AIR SDK to convert our SWF files to iPad applications.
    Captivate 7 is missing an option that we have in Captivate 5.5, "Enable SWF for conversion to iPhone application".  Without this option we cannot convert to iPad applications using AOT mode but are forced to use Interpreter mode.  Interpreter mode results in unacceptable performance for anything with motion such as segments with Captivate Full Motion Recording clips.
    Is there a workaround that will allow us to compile in AOT mode?  If not we will most likely not upgrade to Captivate 7 but will continue to use Captivate 5.5 and search for a different tool.
    --Hal

    Hi there,
    Please see below for the answers
    Even as of Captivate 7, there are too many restrictions on object types that can be converted. One example that comes to mind is rollover captions.  We use these extensively and they don't work with Captivate 7 HTML5 output
    As you figured out, Rollover objects are not supported in HTML5 output. The list of non-supported objects are mentioned in the link http://helpx.adobe.com/captivate/using/publish-projects-html5-files.html#unsupported_objec ts_in_html5_output
    We need a solution that is easy to distribute and load onto an iPad.
    You can either use an LMS (e.g.: Scorm CLOUD) or can use the "Adobe Captivate App Packager 7" along with PhoneGap to achieve this. This application helps you package the courses as native apps using the Adobe Phone Gap Service. Please see the link to know more about Adobe Captivate App Packager. http://helpx.adobe.com/captivate/using/captivate-app-packager.html
    We need to fill the entire screen with our demo, eliminating browser or other application elements entirely
    You can achieve it by publishing the course through "Adobe Captivate App Packager 7". Please don't select the 'Scalable HTML output' option during Captivate publish as the HTML5 output may not work well on Ipads.
    We need a solution that works when an iPad is offline such as wandering around a show floor.
    You meant, you need an offline solution to track 'Reporting or Completion'? If that is not the case then again "Adobe Captivate App Packager 7" solves the issue.
    We prefer a solution that doesn't require additional software to be purchased for each iPad.
    To publish an iOS app through Adobe App packager and Phone gap, you need to get the "Certificate password and PhoneGap'
    Thanks,
    Nimmy Sukumaran.

  • Where is the enable 3g option in ios 7

    Hi.. i hav a iphone 4s and is upgraded to ios 7... but i cant enable 3g as there is no option for the same

    No... There isnt any option such as enable 3g...There's only cellular data and cellular data network which has apn's and stuff

  • Where is the menu (setting) access to firefox.

    Is this a joke?????
    I spend almost an hour just to find setting access of firefox.
    Device, Nexus 10 Stock rom with Gravity box. I disabled navigation bar but have pie control, which has a menu button. But it doesn't work for firefox. The button work for other applications to bring up settings.
    I read several threads here but can't find any mysterious silver buttons.
    This is completely ridiculous.

    Firefox for Android checks whether your device has a menu button. For example, pre-ICS devices usually had such a button, and Samsung still uses them.
    If that button is not found, an icon of 3 stacked dots/bars should appear on the right end of the address bar. That's the menu button. Does it appear? Does it work?

  • Why does 'Minimize' and 'Zoom' appear twice in the Window menu? They appear under the rule, where all the open windows are listed.

    Running FF 6.02 on Mac OS 10.6.8.
    Window menu reads:
    Minimize
    Zoom
    Minimize
    Zoom
    [open window 1]
    [open window 2, etc.]

    Thanks for your response. However, I see no mention of "layer-xxxxxx" appearing in the Window menu on the Mac menu bar in Firefox ''and'' that link says it only applies to Windows and Linux. May I ask what led you to that theory? Thanks...

Maybe you are looking for

  • Images not being displayed in metro apps

    OS: Windows 8.1 enterprise Images are not being displayed (a small cross mark shown on the left) when I open metro apps that I download from Store. The store as well doesn't show images. I am able to see images in some built in metro apps like travel

  • ACE- From one real server to another VIP

    Hi, I have a problem with ACE; We have multiple serverfarms configured in the ACE module based on the application and different VIPs related to it. We are running the ACE in bridging mode. Now the requirement is from one serverfarm real server wants

  • Dynamically change infile value in controlfile

    Hi, I am loading some data from multiple files from a Windows Client using sql*loader. Is there any way i can dynamically pass the csv file name to the infile parameter in the control file, in windows client. what scripting is required ? Any help wit

  • Ora-00368 checksum error in redo log block

    We are running small database in oracle 9i in non archive mode .Database is not opening up with following error ora-00368 checksum error in redo log block. How to do the incomplete database recovery and open the database. Regards Arun

  • I ordered 7 Day menu planner app in error-how do I cancel it?

    Just purchases HP OfficeJet 7600 Premium- I run OSX version 10.8.2