RE: Heads up: A key difference between SOAP and XML-RPC

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.
 
DB
http://www.develop.com/dbox <http://www.develop.com/dbox> 
 

-----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.
 
Details here..
 
http://www.xmlrpc.com/stories/storyReader$1514
<http://www.xmlrpc.com/stories/storyReader$1514> 
 
Dave

Received on Saturday, 31 March 2001 16:56:05 UTC