|
INTERVIEW QUESTIONS
WEB
WEB SERVICES
DETAILS
Question: What is XML-RPC?
Answer: XML-RPC is a protocol that uses XML messages to perform Remote Procedure Calls. Requests are encoded in XML and sent via HTTP POST; XML responses are embedded in the body of the HTTP response. More succinctly, XML-RPC = HTTP + XML + Remote Procedure Calls. Because XML-RPC is platform independent, diverse applications can communicate with one another. For example, a Java client can speak XML-RPC to a Perl server. To get a quick sense of XML-RPC, here is a sample XML-RPC request to a weather service (with the HTTP Headers omitted): <?xml version="1.0" encoding="ISO-8859-1"?> <methodCall> <methodName>weather.getWeather</methodName> <params> <param><value>10016</value></param> </params> </methodCall> The request consists of a simple element, which specifies the method name (getWeather) and any method parameters (zip code).
|
|
|
Category |
Web Services Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8472 users |
Added on |
9/4/2014 |
Views |
67447 |
Rate it! |
|
|
Question:
What is XML-RPC?
Answer:
XML-RPC is a protocol that uses XML messages to perform Remote Procedure Calls. Requests are encoded in XML and sent via HTTP POST; XML responses are embedded in the body of the HTTP response. More succinctly, XML-RPC = HTTP + XML + Remote Procedure Calls. Because XML-RPC is platform independent, diverse applications can communicate with one another. For example, a Java client can speak XML-RPC to a Perl server. To get a quick sense of XML-RPC, here is a sample XML-RPC request to a weather service (with the HTTP Headers omitted): <?xml version="1.0" encoding="ISO-8859-1"?> <methodCall> <methodName>weather.getWeather</methodName> <params> <param><value>10016</value></param> </params> </methodCall> The request consists of a simple element, which specifies the method name (getWeather) and any method parameters (zip code). Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the Web service protocol stack?
|
View Answer
|
|
I keep reading about Web services, but i have never actually seen one. Can you show me a real Web service in action?
|
View Answer
|
|
What is new about Web services?
|
View Answer
|
|
Can you use User-Defined Types in Web Services?
|
View Answer
|
|
What is the use of SOAP (Simple Object Access Protocol) in .Net Web Services?
|
View Answer
|
|
What are the web services in ASP.NET?
|
View Answer
|
|
Explain WebMethod Attribute in Asp.Net Web Service.
|
View Answer
|
|
Does the W3C support any Web service standards?
|
View Answer
|
|
How do I get started with Web Services?
|
View Answer
|
|
What is UDDI?
|
View Answer
|
|
What is WSDL?
|
View Answer
|
|
What is the Web service protocol stack?
|
View Answer
|
|
I keep reading about Web services, but i have never actually seen one. Can you show me a real Web service in action?
|
View Answer
|
|
What is new about Web services?
|
View Answer
|
|
What is a Web service?
|
View Answer
|
|
What is .Net Web Service?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Web Services Interview Questions & Answers - Exam Mode /
Learning Mode
|