Explain when do we required ASP.NET web services

Explain when do we required ASP.NET web services.

ASP.NET web services are the great way to expose your middle tier components via internet. These components offer no issue communicating across firewalls as they use SOAP as transport protocols that transmit structured data using HTTP channel. Thus, message can be easily exchanged through port 80, i.e. through internet data port without being getting hampered by corporate firewalls or proxy server.

Web services can fit in the situation when we require integrating disparate systems written by separate vendors via internet.

Web services are primarily being used for B2B integration like authorizing employees, supplier, electronically signing of invoice etc.
.Net Web Services Need - Why do we need .Net Web Services?
.Net Web Services Need - Deploying the .Net Web Services is as simple as any ASP.NET application.
Distributed Technology - Answer to the web service questions
Distributed Technology - The need of distributed technologies arises with the requirement of distributed computing applications.
Web services vs. CORBA and DCOM - Answer to the web service questions
Web services use HTTP protocol for sending and receiving messages between the applications. The data encoding in web services is based on XML......
Post your comment