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!

APEX 5.1 - Calling external ReST web service

3810176Oct 10 2018 — edited Oct 11 2018

Hi,

I am new to Apex and we are currently using Apex 5.1.  I have the need to call an external ReST-based web service residing inside our firewall using http (not https).  It's a simple GET request which either returns HttpStatus.OK (for success) or HttpStatus.INTERNAL_SERVER_ERROR (for failure).  An example of the GET request is as follows:

GET http://servername:port/GDD2232/20181010

What are the ways to invoke (consume) this external ReST-based web service from APEX 5.1?

Thank you for any information.

Sunil

Comments

hyperion
I got the resolution for this issue. The view and category were mapped wrongly. I have changed those mappings and the adptors are now showing in the work bench client.
To change the mapping. In workbench client go to view and change the mapping in categories tab.

--------
Thanks in advance
1 - 1

Post Details

Added on Oct 10 2018
2 comments
1,250 views