If I define a parameter of a WS port as type xs:any, will it validate any 
elements that reference
a schema doc?  For instance, given the following element passed as a paramter 
of a call to a WS:

    <myElement
      xmlns="http://host/path/to/someSchema";
      xmlns:xs="http://www.w3.org/2001/XMLSchema";
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
      xsi:schemaLocation="http://host/path/to/someSchema
        file:someSchema.xsd">

      <data><![CDATA[PLASMA!!!]]></data>

    </myElement>

will axis validate the element <myElement> and its contents against the schema 
doc
http://host/path/to/someSchema.xsd

Thanks,

D


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 

Reply via email to