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 Senthil_KM <Se...@infosys.com> on 2004/04/06 12:10:13 UTC

XML schema version in AXIS 1.0 and AXIS 1.1


Hi all,

According to the basic profile it mentions that the both the web servcie
producer and the consumer should use the same schema.

AXIS 1.0 uses XML schema 1999 where as AXIS 1.1 uses XML schema 2001

Can there a soap message request exist where Both the schemas need to be
used.
As in can I have a SOAP message in which I specify the schema as 2001
and then have it include schemas from 1999 and 2001.

Acoording to the schema definition the SOAP message gets validated
against it. Is this understanding of mine right. In that case then
having two different schema definition in a given SOAP message will be
conflicting. First of all, can I have a SOAP  message with two different
XML Schemas (1999 and 2001)??

RGds
Senthil