Running into a little obstacle with a WebServices Connector. I have two sources I am pulling from. I am seeing the attributes pull in but in ISC some of the attributes are collecting under 1 identity. It works well in Postman but in ISC it does not do as expected. See attached example and the attached responses from postman. DO you think a WS Provisioning Rule will be needed?
I see this error on some identities
trackingId: 2f75ee4dbf844bd78309aa4f23f59e60 RuleExecutionException (ruleName=MDStaff Correlation): BSFException: BeanShell script error: Sourced file: inline evaluation of: `` import org.apache.commons.lang.StringUtils; import sailpoint.object.*; M . . . '' : Typed variable declaration : illegal use of null value or 'null' literal : at Line: 8 : in file: inline evaluation of: `` import org.apache.commons.lang.StringUtils; import sailpoint.object.*; M . . . '' : ; BSF info: MDStaff Correlation at line: 0 column: columnNo, caused by org.apache.bsf.BSFException: BeanShell script error: Sourced file: inline evaluation of: `` import org.apache.commons.lang.StringUtils; import sailpoint.object.*; M . . . '' : Typed variable declaration : illegal use of null value or 'null' literal : at Line: 8 : in file: inline evaluation of: `` import org.apache.commons.lang.StringUtils; import sailpoint.object.*; M . . . '' : ; BSF info: MDStaff Correlation at line: 0 column: columnNo
From the looks of it, you’re using a secondary API call to load the user data. The issue could be in the way you configured the second API call, so you might need to share the child HTTP Operation or the rule you’re using to load the additional data.
Thanks for chiming in. Yes there are two API calls being used to pull the data from 2 sources - the Appointment and Demographic source. These responses work in Postman with the attributes but not in ISC. The Aggregations are composed of Parent and Child. Here are the HTTP Ops being used.
Looks like I am able to pull a single user with a GET call using the ProviderID in Postman. The Demographip attributes are not in the single call. All the attributes are in the Appointment source. The PeoplesofyID shows to be a custom field not listed in the single account endpoint response…