xsi type, NS_URI_CURRENT_SCHEMA_XSD

2002-02-05 Thread Oliver Wulff
Hi I need to communicate with the XMLBus from IONA. So, it's necessary to use the XML Schema 2001. But the soap package use by default 1999. I've read in the documentation guide\interop.html, that I can download the source code and change the Constants.java: public static final String

Re: xsi type, NS_URI_CURRENT_SCHEMA_XSD

2002-02-05 Thread Raghavan Srinivasan
Hi Oliver , This is not the answer to your question , but is a related change . I think you need to also change the QName array in Constants.java that contains schema mappings for various versions . QName schema2001QNames [] incorrectly uses timeInst2001QName (xsd:timeInstant)