Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Latest Answer : We use Soap standard to wrap calls to web service.Soap stands for Simple Object Access Protocol. ...
Latest Answer : Web service use only three types of protocal. first HTTP-GET,HTTP-POST and SOAP. ...
Latest Answer : Dataset. Data is serialized and deserialized when transferred from client to server and back in Web Services.Dataset can be serialized and therefore correct option. ...
Latest Answer : Yes, a .net web application can consume java web service. Web services are reusable components that are based on standard protocols for platform and language independence. Web service can share data across platforms and languages. The application that ...
Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it
What methods must be used with the application object to ensure that only one process access a varaible at a time?
Latest Answer : lock() and unlock() methods are used ...