Web Services Interview Questions and Answers Part-5
41.What is UDDI? UDDI is an XML-based standard for describing, publishing, and finding web services.
Read MoreSalesforce.com Lightning and Lightning Web Component – Learn & Share
41.What is UDDI? UDDI is an XML-based standard for describing, publishing, and finding web services.
Read More31.How response is sent in XML-RPC? XML responses are embedded in the body of the HTTP response.
Read More21.What is the purpose of Service Transport layer in Web Service Protocol Stack? This layer is responsible for transporting messages between applications. Currently, this layer includes Hyper Text Transport Protocol (HTTP), Simple Mail Transfer Protocol (SMTP), File Transfer Protocol (FTP),…
Read More11.Do Web services supports Remote Procedure Calls(RPCs)? Web services allow clients to invoke procedures, functions, and methods on remote objects using an XML-based protocol. Remote procedures expose input and output parameters that a web service must support. Component development through…
Read More1.What are web services? Web services are open standard (XML, SOAP, HTTP etc.) based Web applications that interact with other web applications for the purpose of exchanging data. Web Services can convert your existing applications into Web-applications.
Read More