Monday, August 16, 2010

Web Service Questions and Answers

1. What is the transport protocol you use to call a Web service?
Ans: SOAP (Simple Object Access Protocol) is the preferred protocol.

2. True or False: A Web service can only be written in .NET?
Ans: False

3. What does WSDL stand for?
Ans: Web Services Description Language.

4. Where on the Internet would you look for Web services?
Ans: http://www.uddi.org

5. True or False: To test a Web service you must create a Windows application or Web application to consume this service?
Ans: False, the web service comes with a test page and it provides HTTP-GET method to test.

No comments: