If I was to develop a workflow hosted in WCF using .NET 4.0, is there anything that will prevent me from accessing it using a 3.5 SP1 based client or website?
+1
A:
If you're using SOAP, there should be no problems at all. I suppose that if you were using binary, or one of the proprietary transport protocols, you might hit a breaking change.
If you do, then report it to Microsoft using Connect.
John Saunders
2009-09-04 20:03:11
Thanks very much.
ssg31415926
2009-09-15 17:05:28