Error while running HR Integrations-SuccessFactors Sync "No Schema Mapping found, ignoring the response"Issue In this use case, a custom SOAP message function was used in which a Mutual Authentication set up was done rather than the out-of-box 'login' - dc37eddec3100300a669d73bf3d3ae34. When executing the HR Integrations-SuccessFactors Sync scheduled script, the response shows: SuccessFactors-************ No Schema Mapping found, ignoring the response dc37eddec3100300a669d73bf3d3ae34 CauseThe required configurations needed as per OOB design on Login for the SuccessFactors integration to work was incomplete. The login functionality provided in the SuccessFactors integration is tightly coupled with the feature and can not be configured to use different SOAP message functions to login. To support this, it will require code changes and it would be an enhancement to the product.ResolutionThe custom SOAP function written to fetch employee details can be used with the OOB login feature. Ref. Source for HR Service Delivery Integration with SuccessFactors. Provide SOAP and REST credentials, including the endpoint URL, user name, password, and company ID to make the Success Factors integration work. These are the same parameters which will be used by the login function.