Search code examples
workflowworkflow-foundationworkflow-foundation-4workflowservice

Call WF4 Worfklow Service with JQuery


How to call a WF4 workflow service using JQuery with Json serialization?

Thanks


Solution

  • You can't directly. WF4 services only work with XML SOAP style services so you would need to convert the original JSON REST request to an XML SOAP request.