RE: Heads up: A key difference between SOAP and XML-RPC
From: "Box, Don" <dbox@develop.com>
To: 'Dave Winer' <dave@userland.com>, soapbuilders@yahoogroups.com,xml-rpc@egroups.com, "XML-Dev (E-mail)" <xml-dev@lists.xml.org>,xml-dist-app@w3.org
Date: Sat, 31 Mar 2001 13:55:52 -0800
Order
is certainly relevant in SOAP. The fact that some implementations have used the
<all/> construct rather than <sequence/> doesn't mean that SOAP
waives the rules of XSD.
-----Original Message----- From: Dave Winer
[mailto:dave@userland.com] Sent: Saturday, March 31, 2001 10:45
AM To: soapbuilders@yahoogroups.com; xml-rpc@egroups.com; XML-Dev
(E-mail); xml-dist-app@w3.org Subject: Heads up: A key difference
between SOAP and XML-RPC
After a little head-bashing and then
smoke-clearing, this became apparent.
1. In SOAP, procedures take named parameters and
order is irrelevant.
2. In XML-RPC order is relevant and parameters
are not named.