.NET web services Question: Download Dot NET Web Services PDF

Explain when do we required ASP.NET web services?

Tweet Share WhatsApp

Answer:

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.

Download Dot NET Web Services PDF Read All 19 Dot NET Web Services Questions
Previous QuestionNext Question
Explain how to document web services?Why do we need .Net Web Services?