OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



 
-----Original Message-----
From: Dave Winer [mailto:dave@userland.com]
Sent: Saturday, March 31, 2001 1:45 PM
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. 
 
To what extent does this account for the interoperability problems that have been discussed on the mailing lists?  What's the effect on the Busy Developer's Guide?