You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vinay Punnoose <vi...@gmail.com> on 2004/11/02 13:41:46 UTC

how datatpes are mapped in xml schema syntax

Hi, 
Somewhere I read that for maximum platform neutrality, WSDL uses XML
Schema syntax to define data types. But I couldn't map any of the
datatypes to the XMLSchema syntax.
Like I couldn't find a mention of 
"xsd:string" or "xsd:float" on
http://www.w3.org/1999/XMLSchema.xsd
I don't know how to read xsd though, but i think atleast the string,
float or such things should be there.

RE: how datatpes are mapped in xml schema syntax

Posted by Anne Thomas Manes <an...@manes.net>.
The JAX-RPC specification [1] defines standard mappings of Java types to XML
types. Current products (including Axis) support JAX-RPC 1.1. 

[1] http://java.sun.com/xml/downloads/jaxrpc.html 

- Anne

-----Original Message-----
From: Martin Hamel [mailto:martin@komunide.com] 
Sent: Tuesday, November 02, 2004 8:31 AM
To: axis-user@xml.apache.org; axis-user@ws.apache.org
Subject: Re: how datatpes are mapped in xml schema syntax

Hi,

Try here: http://w3.org/TR/xmlschema-2/#built-in-datatypes

Le 2 Novembre 2004 07:41, Vinay Punnoose a écrit :
> Hi,
> Somewhere I read that for maximum platform neutrality, WSDL uses XML
> Schema syntax to define data types. But I couldn't map any of the
> datatypes to the XMLSchema syntax.
> Like I couldn't find a mention of
> "xsd:string" or "xsd:float" on
> http://www.w3.org/1999/XMLSchema.xsd
> I don't know how to read xsd though, but i think atleast the string,
> float or such things should be there.

-- 
Martin Hamel
téléphone: (418)261-2222
clé pgp: 0xA6D61023


Re: how datatpes are mapped in xml schema syntax

Posted by Martin Hamel <ma...@komunide.com>.
Hi,

Try here: http://w3.org/TR/xmlschema-2/#built-in-datatypes

Le 2 Novembre 2004 07:41, Vinay Punnoose a écrit :
> Hi,
> Somewhere I read that for maximum platform neutrality, WSDL uses XML
> Schema syntax to define data types. But I couldn't map any of the
> datatypes to the XMLSchema syntax.
> Like I couldn't find a mention of
> "xsd:string" or "xsd:float" on
> http://www.w3.org/1999/XMLSchema.xsd
> I don't know how to read xsd though, but i think atleast the string,
> float or such things should be there.

-- 
Martin Hamel
téléphone: (418)261-2222
clé pgp: 0xA6D61023