Call WF4 Worfklow Service with JQuery
How to call a WF4 workflow service using JQuery with Json serializa开发者_运维百科tion?
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.
加载中,请稍侯......
精彩评论