
Recently we configured IFD on our CRM 2016 on premise environment.
Running into some issues with some integrations that had been working fine before configuring IFD.
When trying to update a record with the call to CRM services, getting error "Entity ID must be specified for update" and sometimes "RequiredField EntityMoniker is missing".
In our soap message, we are passing all of these values, but still getting the error.
SOAPUI doesn't support claims authentication. Tried POSTMAN, it is not working.
Is there any other tool that we can use to test the SOAP API calls with claims enabled.
TIA.
*This post is locked for comments
I have the same question (0)You can download XrmToolBox and try using plugins like FetchXML Builder or metadata browser and see if these work. These plugins use SOAP endpoint, if these work, that confirm no issues with SOAP endpiont.
You could also try a simply update or create line in Code Now plugin on XrmToolBox