InterviewSolution
Saved Bookmarks
| 1. |
How Is Soap Different From Traditional Rpc? |
|
Answer» In SOAP, PROCEDURES TAKE NAMED parameters and ORDER is irrelevant. In XML-RPC order is relevant and parameters do not have names. In SOAP, procedures take named parameters and order is irrelevant. In XML-RPC order is relevant and parameters do not have names. |
|