Http 404 Not found web service connector

Which IIQ version are you inquiring about?

8.4

Please share any images or screenshots, if relevant.


Share all details about your problem, including any error messages you may have received.

I’m trying to integrate Oracle HCM worker REST API via web service connector but while testing it through enable curl. I’m getting the attached error in syslog. Can anyone please help. Also, I’m using basic authentication and I’m able to extract the same from postman and able to run the curl command from sailpoint server but from application I’m gettin attached error.


Can anyone please assist me

Hi @nitindpraj,

Remove the / at the end of the endpoint and test the connection.

URL: /hcmRestApi/resources/11.13.18.05/userAccounts

tried still same.

Hi @nitindpraj, your URL has a %22 at the end, which is a quotation mark ("). Try removing it.

Hi @nitindpraj,

Can you check and compare curl command generated by postman with respect to the command that you are using.

Let us know your findings.

Thanks

Try adding the below entry in application xml file using debug and try the test connection

<entry key="skipEncodingDecodingUrl" value="true"/>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.