Web Service Interview Questions

True or False: A Web service can only be written in .NET?
False
What does WSDL stand for?
Web Services Description Language
Where on the Internet would you look for Web services?
http://www.uddi.org
Which property on a Combo Box do you set with a column name, prior to setting the Data Source, to display data in the combo box?
DataTextField property
Which control would you use if you needed to make sure the values in two different controls matched?
CompareValidator Control
True or False: To test a Web service you must create a windows application or Web application to consume this service?
False, the web service comes with a test page and it provides HTTP-GET method to test.
What is the transport protocol you use to call a Web service?
SOAP (Simple Object Access Protocol) is the preferred protocol.
True or False: A Web service can only be written in .NET?
False

Tagged , , , . Bookmark the permalink.

Leave a Reply