I am creating a Web Services SaaS connector from ISC to Oracle HCM to gather account information from the Oracle Workers API. The full api path is baseURL/hcmRestApi/resources/latest/workers
Base config and Connection Settings area all fine, and under HTTP Operations, my Test Connection works when I run the Review & Test in the Source Setup.
I have left Aggregation Settings for Delta and Partial disabled right now because I want to run full imports at this stage of our POC.
In Test Connection, the context URL is set to /hcmRestApi/resources/latest
I then create under HTTP Operations a second Operation for Account Aggregation. Operation Type is set to Account Aggregation. Context URL on this screen I am setting to /workers and set the Parent Endpoint to Test Connection. I have tried playing with the context URL fields to mix and match full vs partial paths, I get the same error in the end regardless but some clarity on this would be appreciated!
My only header value is Accept : application/json. (This is the only value that seems required in Postman) Under Response Information, Root Path is set to $.items[*] and Success Codes is set to 200.
My Response Mapping table is very basic at this point:
displayName : $.items[].names[].DisplayName
id : $.items[*].PersonId
personNumber : $.items[*].PersonNumber
So if there are any thoughts here, I would love some insight as to why the Aggregation process when I run it, or even Account Correlation tests, all fail to recognize the Account Aggregation HTTPS operation that has been added of if I have done something incorrect in my set up. Thanks.



