Web Services Interview Questions – Set 04

How are the terms “Platform independent” and “Diverse Application” are related to each other in the context of XML-RPC? The terms “Platform independent” and “Diverse Application” were related to each other because XML-RPC uses HTTP for transporting SOAP messages over the web. The HTTP is a universal standard protocol for exchanging information on the Web. … Read more

Web Services Interview Questions – Set 03

What is WSDL? The WSDL stands for Web Services Description Language. It is an XML document containing information about web services such as method name, method parameter. The Client needs a data dictionary which contains information about all the web services with methods names and parameters list to invoke them for the web services. The … Read more

Web Services Interview Questions – Set 02

What tools are used to test web services? The tools used to test web services are: SoapUI tool for testing SOAP and RESTful web services Poster for firefox browser Postman extension for Chrome Which language does UDDI use? The UDDI uses the language known as WSDL (Web Service Description Language). Explain different HTTP methods supported by RESTful web … Read more

Web Services Interview Questions – Set 01

What are the advantages of having XML based Web services? Using XML eliminates any networking, operating system, or platform binding. So Web Services based applications are highly interoperable application at their core level. Explain the role of web service provider/ Publisher. The role of a Web Service provider is to implement web service and make … Read more

Web Services Interview Questions

Web Services Interview Questions – Set 04 Web Services Interview Questions – Set 03 Web Services Interview Questions – Set 02 Web Services Interview Questions – Set 01