Welcome to ZERO INTEGRATION LTD.
Mon - Fri 8.00 - 18.00

Home » rest

A blog after many years, thanks to @Jaydip Bosamiya for encouraging me to resume blogging. Recently one of our client wanted to implement Office 365 email integration within Oracle APEX application. First we started PoC by reviewing Microsoft Graph API, we downloaded Postman Collection, found useful parameters to Sort, Filter and Select columns within Microsoft …

Read more

Apex Office Print (AOP) is a great tool for document printing, document conversion and document merging. We have used AOP Converter API to merge pdf documents, and it works great. It was fast to implement and worked very well. We have observed during testing that we are hitting performance issue with large pdf files. I …

Read more

I have been using RESTful API to download BLOB content as a file. This is very useful in many places where you want to give your BLOB document as a source to URL. This can be used within Oracle APEX or outside Oracle APEX. Following are the steps to create RESTful web service using Media …

Read more

We are using JSON as data format with RESTful services quite a lot in Oracle APEX. But, purpose of this blog is to see how we can create RESTful services in Oracle APEX which returns JSONP. Problem Statement: When you have your own custom widget which is consuming RESTful web service, and that custom widget …

Read more

WooCommerce is one of the popular WordPress plugin and is widely used as a eCommerce platform. WooCommerce has provided REST web services to pull and push data.  But objective of this blog is to show you how one can use Webhooks to automatically send new Orders to Oracle Database via APEX ORDS REST web services. This …

Read more