How is SOAP different from traditional RPC?
Answers were Sorted based on User's Feedback
Answer / supra
In SOAP, procedures take named parameters and order is
irrelevant. In XML-RPC order is relevant and parameters do
not have names.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / naveen.bav
XML - RPC is tightly coupled where as using SOAP it is
loosely coupled among the systems
| Is This Answer Correct ? | 2 Yes | 0 No |
How can user use the facilities that are provided by soap?
What is the procedure to send the call and get the response from the client to server using soap?
What are the communication channels available for a web service?
How does the message security model allow the creation of soap more secure to use?
What are the tools used for testing web services?
How REST is lightweight compare to SOAP?
What are soap actions?
Mention the differences between soap and other remote access techniques?
What are transport methods in soap?
What is soap client?
What is entrust identification service?
What are the major components that make up a web service - soap (simple object access protocol)?