[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Enlightenment via avoiding the T-word
- From: Paul Prescod <paulp@ActiveState.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 27 Aug 2001 18:45:39 -0700
Michael Brennan wrote:
>
>...
>
> SOAP and WSDL do not do any type conversions.
You are right that WSDL does not force you to convert XML elements into
particular language-specific bit patterns. Nevertheless, WSDL uses XML
schema as a type abstraction and not necessarily as a validation tool.
"A message binding describes how the abstract content is mapped into a
concrete format." In that sense, WSDL implementations do a conversion
(mapping) from concrete elements (or more precisely, bits on a wire) to
types. I find this aspect of WSDL somewhat strange (using a schema
language for a transfer syntax as an abstract type system), but that's
life.
Other than that, I think we are in agreement.
--
Take a recipe. Leave a recipe.
Python Cookbook! http://www.ActiveState.com/pythoncookbook