We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Sunday, March 22, 2015

Interview questions and answers of Web Service



1. What are Web Services?

Web services expose functionality over the internet using a protocol such as HTTP. Web services can be accessed by two disparate applications from different platforms as they use SOAP protocol to expose the business functionality. SOAP is a platform-independent protocol, so the consumer of the web services doesn’t have to know any implementation detail of web services based components. This is the reason why web services hosted on windows can even be accessed by LINUX consumers. In another way, Web Server is a program component that allows us to develop loosely coupled and platform-independent applications. It enables distributed applications to exchange messages using a protocol like HTTP, XML, and SOAP. Since it uses XML based messaging, it enables heterogeneous applications to interoperate with each other.

2. Define UDDI, DISCO and WSDL.

3. What are the steps to get a proxy object of a web service at the client-side?

4. Explain JAXM messaging models.

5. Describe the process of communication between Client and Web Service.

6. What are the components published while deploying Web Service?

7. Describe .disco file.

8. Describe the step to be followed to access web service by the client.

9. What are the main advantages of binary serialization?

10. How do you encapsulate the binary serialization?

No comments: