Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to set up Pagination in ACCOUNTS_IMPORT_JSON in SOAP Connection

Adithya
New Contributor III
New Contributor III

Hi Saviynt Team,

Could you please let us know how can we set up pagination for below (SOAP connection)?

ACCOUNTS_IMPORT_JSON:

{
"CONNECTION1": "login",
"REQUESTTYPE1": "ACCOUNTS",
"REQUESTXML1": "<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:aba=\"http://sap.com/xi/ABA\">\n<soap:Header><soap:AuthenticationInfo>\n<soap:userName>${USERNAME}</soap:userName>\n<soap:password>${PASSWORD}</soap:password>\n<soap:authentication></soap:authentication>\n</soap:AuthenticationInfo>\n</soap:Header>\n<soap:Body>\n<aba:BusinessUserSimpleByElementsQuery_sync>\n<BusinessUser>\n<PersonIDInterval>\n<IntervalBoundaryTypeCode>9</IntervalBoundaryTypeCode>\n<LowerBoundaryPersonID>1</LowerBoundaryPersonID>\n</PersonIDInterval>\n</BusinessUser>\n<QueryProcessingConditions>\n<QueryHitsMaximumNumberValue>10000</QueryHitsMaximumNumberValue>\n<QueryHitsUnlimitedIndicator>false</QueryHitsUnlimitedIndicator>\n</QueryProcessingConditions>\n</aba:BusinessUserSimpleByElementsQuery_sync>\n</soap:Body>\n</soap:Envelope>",
"REQUESTPARAMS1": {
"Content-Type": "text/xml;charset=UTF-8"
},
"soapaction1": "http://sap.com/xi/ABA/QueryBusinessUserIn/QueryBusinessUserInRequest",
"RESPONSEDATAPATH1": "Body.BusinessUserSimplyByElementsResponse_sync.BusinessUser",
"ACCOUNTMAPPING1": "NAME:User.UserName,DISPLAYNAME:PersonalInformation.PersonFullName,ACCOUNTID:PersonID,VALIDFROM:ValidityPeriod.StartDate,VALIDTHROUGH:ValidityPeriod.EndDate,CUSTOMPROPERTY1:PersonalInformation.FirstName,CUSTOMPROPERTY2:PersonalInformation.LastName,CUSTOMPROPERTY3:WorkplaceInformation.EmailAddress,description:User.UserID,CUSTOMPROPERTY4:User.LockedIndicator,CUSTOMPROPERTY5:MarkedForArchivingIndicator,CUSTOMPROPERTY6:ValidityPeriod.StartDate,CUSTOMPROPERTY7:ValidityPeriod.EndDate",
"ENTITLEMENTMAPPING1": {
"BusinessRoles": "User.Role.RoleName"
}
}

1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Adithya,

Please refer the below document and forum post which you might refer to create the pagination for the soap connector,
https://docs.saviyntcloud.com/bundle/SOAP-v24x/page/Content/Scenarios-for-Implementing-the-Connector... 
https://forums.saviynt.com/t5/general-discussions/soap-connector-is-it-possible-to-import-entitlemen... 
https://forums.saviynt.com/t5/identity-governance/soap-workday-connector-pagination/m-p/72683 

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".