I have a webservice connector configured in IdentityNow and when I tried to do account provisioning, got the below error, also the userID is somethng auto generated in the target system so didn’t add the attribute in the create account provsioning plan, refer the screenshots below, what am I missing here?
Configuration looks correct. My assumption is that your response mapping is not correct. Could you show us a sample response from the create account endpoint as well as showing your config in the “Response Information” section.
So, the account creation itself is failing all the time? If not, you can check the payload and connectivity to the target system. Regarding the response mapping issue, I see you are using the UserId as (account name & account ID), which is calculated outside of SailPoint causing the issue. So, see if you have any other attribute that can be used as accountId or accountname (for ex, mail). This resolves the Native Identity issue.
Seems like the issue is with end system returning 500 error. It’s always a good practice to mention the Success Codes under Response information section for which you can use 2** as Success codes are usually 200 series, and ISC will show error when Status code is anything outside this range helping you trace the error easily