REST-ful Workflow Service with .NET 4.0 -


With WCF, we can build services that can accept leverage HTTP posts and simply accept a XElement because this is the parameter. I would like to do something with a workflow service so that I can post an XML Infoset for any service in jQuery, it is run through a bunch of rules and then returns an XML Infoset.

A WCF service, I can simply go for my Wonderful Way to decorate Operation W / WebInvoke. Is it possible to use WebInvoke w / a workflow service and if so, how should I go?

Workflow services are currently connected to traditional WCF SOAP. You can not currently use WCF REST API (i.e., WebHttp binding) with WF 4.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -