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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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?). |
|||
|
|