Home Interview Questions and Answers Web Services Interview Questions and Answers Part-4

web service31.How response is sent in XML-RPC?
XML responses are embedded in the body of the HTTP response.

32.What are the features of XML-RPC?
Following are the features of XML-RPC −

XML-RPC is a simple protocol that uses XML messages to perform RPCs.

Requests are encoded in XML and sent via HTTP POST.

XML responses are embedded in the body of the HTTP response.

XML-RPC is platform-independent.

XML-RPC allows diverse applications to communicate.

A Java client can speak XML-RPC to a Perl server.

XML-RPC is the easiest way to get started with web services.

33.What SOAP stands for?
SOAP stands for Simple Access Object Protocol.

34.What is SOAP?
SOAP is an XML-based protocol for exchanging information between computers.

35.What are the features of SOAP?
Following are the features of SOAP −

SOAP is a communication protocol.

SOAP is for communication between applications.

SOAP is a format for sending messages.

SOAP is designed to communicate via Internet.

SOAP is platform independent.

SOAP is language independent.

SOAP is simple and extensible.

SOAP allows you to get around firewalls.

SOAP will be developed as a W3C standard.

36.Is SOAP platform independent?
Yes!

37.What WSDL stands for?
WSDL stands for Web Services Description Language.

38.What is WSDL?
WSDL is an XML-based language for describing web services and how to access them.

39.What are the features of WSDL?
Following are the features of WSDL −

WSDL was developed jointly by Microsoft and IBM.

WSDL is an XML based protocol for information exchange in decentralized and distributed environments.

WSDL is the standard format for describing a web service.

WSDL definition describes how to access a web service and what operations it will perform.

WSDL is a language for describing how to interface with XML-based services.

WSDL is an integral part of UDDI, an XML-based worldwide business registry.

WSDL is the language that UDDI uses.

WSDL is pronounced as ‘wiz-dull’ and spelled out as ‘W-S-D-L’.

40.What UDDI stands for?
UDDI stands for Universal Description, Discovery, and Integration.

You may also like

Leave a Comment