Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/11/2024 12:11 PM
Hi ,
I am trying to implement incremental reconciliation for workday from workday soap connector. It's working in postman but in Saviynt it's throwing an error.: can you please share sample:
{ "REQUESTXML1":"<soapenv:Envelope xmlns:env=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\"><soapenv:Header> <bsvc:Workday_Common_Header> <bsvc:Include_Reference_Descriptors_In_Response>true</bsvc:Include_Reference_Descriptors_In_Response> </bsvc:Workday_Common_Header> <wsse:Security soapenv:mustUnderstand=\"1\" xmlns:wsse=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd\" xmlns:wsu=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd\"> <wsse:UsernameToken wsu:Id=\"UsernameToken-95C91A392739988F5715404873968722\"> <wsse:Username>${USERNAME}</wsse:Username> <wsse:Password Type=\"http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText\">${PASSWORD}</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <bsvc:Get_Workers_Request bsvc:version="${API_VERSION}"> <bsvc:Request_Criteria> <bsvc:Field_And_Parameter_Criteria_Data> <bsvc:Provider_Reference bsvc:Descriptor=\"?\"> <bsvc:ID bsvc:type=\"Integration_System_ID\">SavinytIdentitySystemCCWOutbound</bsvc:ID> </bsvc:Provider_Reference> </bsvc:Field_And_Parameter_Criteria_Data> <bsvc:Transaction_Log_Criteria_Data> <bsvc:Transaction_Date_Range_Data> <bsvc:Updated_From>${USERS_LAST_IMPORT_TIME}</bsvc:Updated_From> <!--Incremental import **start date from which changes should be tracked** :--> <bsvc:Updated_Through>${CURRENT_IMPORT_TIMESTAMP}</bsvc:Updated_Through> <!--Incremental import **end date till when changes should be tracked** :--> </bsvc:Transaction_Date_Range_Data> </bsvc:Transaction_Log_Criteria_Data> </bsvc:Request_Criteria> <bsvc:Response_Filter> <bsvc:Page>${PAGE_NUMBER}</bsvc:Page> <bsvc:Count>${PAGE_SIZE}</bsvc:Count> </bsvc:Response_Filter> <bsvc:Response_Group> <bsvc:Include_Reference>true</bsvc:Include_Reference> <bsvc:Include_Personal_Information>true</bsvc:Include_Personal_Information> <bsvc:Include_Additional_Jobs>true</bsvc:Include_Additional_Jobs> <bsvc:Include_Employment_Information>true</bsvc:Include_Employment_Information> <bsvc:Include_Compensation>true</bsvc:Include_Compensation> <bsvc:Include_Organizations>true</bsvc:Include_Organizations> <bsvc:Include_Management_Chain_Data>true</bsvc:Include_Management_Chain_Data> <bsvc:Include_Multiple_Managers_in_Management_Chain_Data>true</bsvc:Include_Multiple_Managers_in_Management_Chain_Data> <bsvc:Include_User_Account>true</bsvc:Include_User_Account> <bsvc:Include_Roles>true</bsvc:Include_Roles> </bsvc:Response_Group> </bsvc:Get_Workers_Request> </soapenv:Body> </soapenv:Envelope>", "RESPONSEDATAPATH2":"Body.Get_Workers_Response.Response_Data.Worker", "USERMAPPING2": "USERNAME:Worker_Data.Worker_ID,FIRSTNAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.First_Name,LASTNAME:Worker_Data.Personal_Data.Name_Data.Legal_Name_Data.Name_Detail_Data.Last_Name"}
Error:
Thank you
09/11/2024 02:21 PM
09/12/2024 07:21 AM
Postman Screenshot:
09/12/2024 07:56 AM
Share in text format and also share logs