views:

62

answers:

2

Is there really an added benefit that worth the bother of spending time converting existing asmx web-services to WCF?

(I have about 10 web-services in the project)

A: 

If it's working and you don't have a specific requirement, then why change it? Change as required, rather than just for the sake of it.

Paddy
+2  A: 

As stated here, if you don't need "to guarantee message delivery, participate in transactions, or use binary serialization instead of XML," don't bother. ASMX still works fine for many purposes.

Yar