WCF or ASMX WebService

Posted by karthi on Programmers See other posts from Programmers or by karthi
Published on 2013-11-13T06:03:29Z Indexed on 2013/11/13 10:11 UTC
Read the original article Hit count: 438

Filed under:
|
|
|

I have been asked to create a web service that communicates with Auth.NET CIM and Shipsurance API. This web service will be used by multiple applications (one a desktop and another a web application). Am confused whether to go for WCF or asmx web service . Auth.NET CIM and Shipsurance API have asmx webservices which i would be calling in my newly created web service.So is WCF the right way to Go or can i stay with asmx? Can Some one please guide.

Let me know if this question is inappropriate here and needs to be moved to stackoverflow or somewhere else.

© Programmers or respective owner

Related posts about c#

Related posts about .NET