views:

22

answers:

1

I have a normal web service. Many java and .net users are accessing it. Can I update it to wcf without anyone having to change their code? Any tutorials?

+1  A: 

You should be able to use WCF with Basic binding. It supports non-wcf clients with "legacy asmx" (is this what you call normal web service?).

Vitalik