It looks like the problem is that when you are concatinating the strings together to create the soap request, you are not adding the entityId and the WorkflowID variable values, but their names instead. Compare your code to
www.mscrmconsultant.com/.../execute-workflow-using-javascript-in.html
- you should have something that looks like ">" + entityId + "</c:value>"
- you just have ">entityId</c:value>"
Hope this helps,
Scott
Scott Durow
Blog www.develop1.net
Follow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"