NET - What is an XML Web service?

What is an XML Web service?

XML Web Service is a unit of code that can be accessed independent of platforms and systems. They are used to interchange data between different systems in different machines for interoperability using HTTP protocols. Requests are made and responses are returned in the form of XML as XML is language and platform independent.
NET - What is an XML Web service?
What is an XML Web service? - XML Web Service is a unit of code that can be accessed independent of platforms and systems.....
NET - Describe the steps to deploy a web service.
Describe the steps to deploy a web service - Using xcopy or Publish wizard copy the file to the destination server........
NET - Describe the components that are published when a web service is deployed
Describe the components that are published when a web service is deployed - Asmx file: This is the main service file.......
Post your comment