ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xml-dev
xml-dev
RE: [xml-dev] What does SOAP really add?
by Don Box other posts by this author
Apr 23 2002 5:45AM messages near this date
Re: [xml-dev] What does SOAP really add? | RE: [xml-dev] What does SOAP really add?
>  -----Original Message-----
>  From: Simon St.Laurent [mailto:simonstl@[...].com]
>  Sent: Sunday, April 21, 2002 1:19 PM
>  To: Joshua Allen
>  Cc: xml-dev@[...].org
>  Subject: RE: [xml-dev] What does SOAP really add?
>  
>  On Sun, 2002-04-21 at 15:06, Joshua Allen wrote:
>  > Are you asking what benefit SOAP brings vs. everyone just rolling
their
>  > own XML serialization/envelope formats?
>  
>  Yes.

At this point in time, the primary benefit of SOAP is a common framing
format (e.g., Envelope/Header/Body) with a well-understood extensibility
model. Not rocket science, but pretty widely accepted as the way web
services will work.

The serialization aspects of SOAP became less important as XML Schema
solidified (remember that when we started in 1998, there wasn't even a
schema WG in the W3C). 

At this point, I believe most SOAP plumbers have conceded that XML
Schema will be the dominant type system and metadata format for interop.
How one converts from their local type system to the world of XML Schema
is a local problem that is (and should be) outside the scope of SOAP. 

In MSFT-land, we do the conversion by importing XML Schema into our
runtime and making the "foreign" types look local. That technology is
broadly useful outside the scope of SOAP and/or web services, so we make
it accessible everywhere, although I'm sure there are lots of customers
who have no idea this is even in the platform.

DB


-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org> 

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl> 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved