41.What is UDDI? UDDI is an XML-based standard for describing, publishing, and finding web services.
Interview Questions and AnswersTechnical Interview Questions and AnswersWebServices
41.What is UDDI? UDDI is an XML-based standard for describing, publishing, and finding web services.
31.How response is sent in XML-RPC? XML responses are embedded in the body of the HTTP response.
21.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 …
11.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 …
1.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 …