Rest API call of Post method by passing the Query parameters as a request in Oracle Integration Cloud Service In this article, I will use the REST Adapter to create a connection to a Third Party Applications. The third party applications which has POST method and it accepts only query parameters, It’s does not have request body. From ICS, I will expose an integration through a simple REST connection. When we invoke REST API call of POST without Request data but only as Query parameters in ICS then we will error messages as "HTTP Error 411. The request must be chunked or have a content length". To overcome this issue we need to add some request body in the mapping. The steps I went through: Create a new ICS Connection based on Rest Adapter for Third Party Application; set up the URL and Consumer Key Create an ICS REST Connection (to expose) Create an integration – between REST Connection as inbound (source) to Third Party App Rest Connection (as outbo...
Comments
Post a Comment