How to call a WF4 workflow service using JQuery with Json serialization?
Thanks
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.