views:

39

answers:

1

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
Thanks very much.
ssg31415926