Category 222-2
Discussion List
-
Business Event - Sales Adapter Best practiceHi, We have requirement to push the Account details to external system whenever new record or updating the existing record. I have 2 questions Shall we use Business Even…
-
EPM REST API calls facing user lock or password expiration issuesSummary: EPM REST API calls facing user lock or password expiration issues Content (required): Hi Team, We are using EPM REST API calls in OIC integrations for uploading…
-
OIC FTP adapter - erroing out with UTF-8-BOM encoding. Any workaround?Summary: OIC FTP adapter erroring out when the xml file is of UTF-8-BOM encoding. Works well when its UTF-8. Content (required): We have an issue while reading an invoic…
-
How to validate and return the name of empty variablesSummary: Validate that there are no null input parameters and, if necessary, identify the name of the null parameter to return it in a response Content (required): Hi ex…
-
Download Narrative Reporting daily backupSummary: Download the daily backup to a sFTP directory. Content (required): Hello my dear friends! Is there a way to download the daily snapshot backup from Narrative Re…
-
XSLT solution to select from 1st source only nodes NOT present in 2nd sourceSummary: Have simple case where 2 XML sources are processed in a way where nodes from 1st xml file are excluded if they already part of 2nd xml file Brute force approach…
-
Need to show all operation in the OIC WSDLSummary: Hi Team, I have a requirement where I would like to show all the operations under one WSDL when I import it in SOAPUI. Content (required): For Example, If the W…Veerakumar Subramani 32 views 3 comments 0 points Most recent by Hemanth Lakkaraju-Oracle Integration
-
Generating Column Header using FTP AdapterI want to add a single column header in my CSV file being produced by FTP adapter in OIC. I understand we have to create a repeat node in the OIC mapper to add a header.…
-
can i configure IDCS application to generate JWT for outbound API call?Summary: there decent number of white papers that describe how to configure IDCS to enable JWT/OAuth for inbound API calls to OIC endpoints, fro example https://wpsbutto…
-
REST/SOAP/PLSQL API on why COA is invalidSummary: Content (required): We have a requirement wherein we need to validate the COA segment structure received as input and return valid/invalid status along with the…
-
Get Binary content using SOAP AdapterWe are trying to use the UCM GET_FILE service to get the binary content of a file which we have to pass to another rest api for creating attachment in Document of Record…
-
SOAP trigger value not accessible inside IntegrationSummary: I have an App driven integration with SOAP trigger where value is received using a soap payload. When i try to assign that value anywhere throughout the integra…
-
generate JWT for outbound REST API using JavaScript library in less than 1.5sSummary: OIC has RESP API connector that expects JWT. As proof of the concept we successfully hardcoded externally generated JWT with expiry date big enough for PoC. But…
-
How to connect with Share Point through OICSummary: How to connect with Share Point through OIC Content (required): Hi Expert, We have a requirement where we need to connect with share-point and place the file in…
-
HTTP Request while invoking REST endpointSummary: would like to see the HTTP request when making third party rest api invocation. OIC is making a call to third party rest api, invocation is successful and recei…
-
Integration Error This Position Name already exists in EBSSummary: This Position Name already exists in EBS Content (required): We have Integration for Position from HCM to EBS. Reading File from SFTP, we are facing some issues…
-
HCM Rest Api filter by dateHow can we filter the HCM worker api by the LastUpdateDate? Have tried the below:- 1)q=(LastUpdateDate BETWEEN '2017-09-15T00:00:00.000%2b00:00' AND '2022-09-15T00:00:00…
-
How to get a person's Territoriy(s) in OSC via a REST call.Summary: We're using OIC up update opportunities and we have the email of the person who is passing in the opportunity. We know the territory of the opportunity. I just …User_2025-01-31-22-45-25-100 2 views 0 comments 0 points Started by User_2025-01-31-22-45-25-100 Integration
-
Error while creating soapUI project request for Integration WSDLSummary: When I tried to create the SOAPUI project for the integration, I am getting some error Content (required): Error Received: org.apache.xmlbeans.XmlException: org…
-
Expose Oracle SAAS queries or OTBI Datamodel as rest apiHi All, I know we can create OTBI report and call that using SOAP webservice. But is there a way where we can expose Oracle SAAS queries or Datamodel as rest apis which …
-
Authentication mechanism for calling Oracle SAAS apiHi All, We are calling Oracle SAAS rest apis for our integrations in our OIC4SAAS processes. We want to know what is the best process to authenticate these rest apis. Do…
-
APEX_WEB_SERVICE.MAKE_REST_REQUEST Calling OICHello Everyone! I have a situation, I have been using the APEX_WEB_SERVICE.MAKE_REST_REQUEST with the POST method(REST Call) to run the token based OIC Pooler integratio…
-
Can the OIC wait activity be parametrized?Hi All, I come from a Oracle SOA background. The wait activity there can be parametrized. I do not see the same option in OIC? Am I missing something. **Note: I know I c…
-
Total Results equivalent in SOAPHi, Do we have any option to find the total results count in Find Operation same as totalResults in Rest API? Thanks, MohanMohana Gopal S-Oracle 11 views 1 comment 0 points Most recent by BhaskarMukherjee-Oracle Integration
-
Service account and rest api endpoint for OIC process exposed as a REST apiWe have to expose an OIC process as a REST API to a 3rd party application. Need help on the below:- 1)The full OIC REST api endpoint that is auto generated is big. Is th…
-
Encrypt and decrypt values in OICSummary: We are trying to call a rest api in OIC. The rest api endpoint uses a custom http header parameter for authentication. I have the below question:- 1)How do we e…
-
Database mapper showing parameters as arg1, arg2, arg3,arg4 instead of showing its names.Summary: Content (required): Hi team, We are trying to create a REST API by integrating an Oracle Database with OIC. So as we select the table name and after validating …
-
Stage File Actions - List Files and zip file is having issue.Summary: List File payload dont have the data and zip file action is going into error. Content (required): I am creating a HDL integration. I create .dat file using FTP …
-
How to query REST Service with a parameter containing special characters like +,. etc in OICWe are trying to use REST Service and pass a parameter containing + or , in the parameter value in OIC. How can we achieve this in OIC? I know from postman, we have to u…