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 |
what is web service and what are they?
Enlist few syntax rules applicable for soap message?
List out important characteristics of a SOAP envelop element?
What are the information contained in the service deployment model?
Explain how you can parametrize the endpoints in soap ui?
What is the difference between soap and http?
Explain the utilities of soap web services to its users?
Inside the soapui where groovy script can be used?
Define soap web services?
Differentiate soap and rest?
can we do method overloading in java based web services .i am using Axis2 frame work. how to configure the operatios(which are method overload) in services.xml file. plz help me in solving this
What software elements must be assembled to build a SOAP Server?