Our existing examples of using API calls in groovy focus on SOAP style web services, therefore this article provides a basic example of working with the...
Our existing examples of using API calls in groovy focus on SOAP style web services, therefore this article provides a basic example of working with the recently added support for REST. This illustrative example queries internal custom object records. The basic features of groovy REST support is well covered by the Application Composer documentation, and we will articles with examples of creating, updating, and deleting records. Setup Defining web services is similar for...
Our existing examples of using API calls in groovy focus on SOAP style web services, therefore this article provides a basic example of working with the recently added support for REST....
The following video illustrates how to retrieve attachments and how to add attachments to custom objects in Oracle Sales Cloud REST Service Security There are...
The following video illustrates how to retrieve attachments and how to add attachments to custom objects in Oracle Sales Cloud REST Service Security There are four HTTP methods that can be used in conjunction with the RESTful services of a custom object and it's attachments. These methods all map to a security privilege on the custom object. These mappings are: HTTP GET method maps to the read security privilege HTTP POST method maps to the create security privilege HTTP PUT...
The following video illustrates how to retrieve attachments and how to add attachments to custom objects in Oracle Sales Cloud REST Service Security There are four HTTP methods that can be used...
Supplementing our existing article on querying records using RESTful services let's look how a few extra features can help in integration. These features apply...
Supplementing our existing article on querying records using RESTful services let's look how a few extra features can help in integration. These features apply to all services in Fusion Cloud Applications, including custom object services. Record Limit By default 25 records are returned in the REST response payloads. This may not be all values however, and is clear when you see the hasMore=true value shown at the top of the payload. You can actually change this by specifying...
Supplementing our existing article on querying records using RESTful services let's look how a few extra features can help in integration. These features apply to all services in Fusion...
Introduction This blog article is about how the ETag value can be used in conjunction with the If-None-Match HTTP header parameter to cache web content between...
Introduction This blog article is about how the ETag value can be used in conjunction with the If-None-Match HTTP header parameter to cache web content between a client application and Fusion Applications RESTful web services. When developing integration code between a client application and the Fusion Applications RESTful interface it's important to keep the data on the client updated as much as possible without unnecessarily using network bandwidth resources Fusion...
Introduction This blog article is about how the ETag value can be used in conjunction with the If-None-Match HTTP header parameter to cache web content between a client application and...
Since we looked at the retirement of OER, I am please to share another new set of resources for developers working with Oracle Cloud applications. The existing...
Since we looked at the retirement of OER, I am please to share another new set of resources for developers working with Oracle Cloud applications. The existing resources were extended recently with a centralized interface to information about the RESTful web services. The new Oracle API Catalog provides a one-stop-shop for integration developers, including documentation, examples, and descriptive content in the Swagger standard format. As shown below for the HCM employee...
Since we looked at the retirement of OER, I am please to share another new set of resources for developers working with Oracle Cloud applications. The existing resources were extended recently with a...
This article looks at how you can bring in outside data into your BI Publisher Reports. This option leverages the BI Publisher administration features, where...
This article looks at how you can bring in outside data into your BI Publisher Reports. This option leverages the BI Publisher administration features, where you can define your own set of data sources upon which you report. At this time the support is for SOAP-based services and includes an declarative method for making response values available for reporting. It includes a parameter-based feature for passing inputs to the web services, and has basic support for extracting...
This article looks at how you can bring in outside data into your BI Publisher Reports. This option leverages the BI Publisher administration features, where you can define your own set of...
Introduction In this post we walk through how to execute an Oracle Sales Cloud web service using a secure JWT token. Background If you are creating a mobile...
Introduction In this post we walk through how to execute an Oracle Sales Cloud web service using a secure JWT token. Background If you are creating a mobile application to access Sales Cloud, the most straightforward way to integrate is to use the many REST services in Sales Cloud. To do this the user must be authenticated and a session token such as the JWT token retrieved and used in the header of every request to Sales Cloud. Unfortunately there isn't a way to generate a...
Introduction In this post we walk through how to execute an Oracle Sales Cloud web service using a secure JWT token. Background If you are creating a mobile application to access Sales Cloud, the...
The Oracle Enterprise Repository (OER) system has now been decommissioned and in its place is a new breed of content to help you customize, extend and integrate...
The Oracle Enterprise Repository (OER) system has now been decommissioned and in its place is a new breed of content to help you customize, extend and integrate with Fusion Applications. The original OER site now shows a page which lists out the equivalent resources in a table, based on Product Family, and Content type. The resources are based around the Oracle Help Center (i.e. the documentation portal) together with specific resources for certain content types, such as...
The Oracle Enterprise Repository (OER) system has now been decommissioned and in its place is a new breed of content to help you customize, extend and integrate with Fusion Applications. The original...
Introduction In this post we examined how Object Functions written against custom objects are available for use via the RESTful services. The exact same...
Introduction In this post we examined how Object Functions written against custom objects are available for use via the RESTful services. The exact same capability applies to standard objects also. In Release 10 all Object Functions can have their exposure explicitly controlled, useful for creating custom interactions with your applications data. In this example we'll use object functions on the Opportunities RESTful service. Illustrative Example First I have created a...
Introduction In this post we examined how Object Functions written against custom objects are available for use via the RESTful services. The exact same capability applies to standard objects...