1.

Define .net Web Services?

Answer»

Web SERVICE is like a component sharing information on the web and makes APPLICATION development easy. The facility to MAKE web method means the functioning you implemented in your service is offered by ASP .net. While gaining access the service, a request is sent to client in XML format and input value is passed to web method as a PARAMETER, the response of the server is ALSO in the XML format. One thing is essential that services are running on the web.

Web service is like a component sharing information on the web and makes application development easy. The facility to make web method means the functioning you implemented in your service is offered by ASP .net. While gaining access the service, a request is sent to client in XML format and input value is passed to web method as a parameter, the response of the server is also in the XML format. One thing is essential that services are running on the web.



Discussion

No Comment Found