src-import.3.1 error message

2012-03-15 Thread rJassal
Hi, I am using the below schema in one of my WSDL, I didn't find anything wrong in the schema but not sure why Xerces is complaining. http://example.com/loan"; attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://example.com/xsd";> http://ex

Re: src-import.3.1 error message

2012-03-15 Thread Bindul Bhowmik
Hello, On Thu, Mar 15, 2012 at 01:18, rJassal wrote: > > > Hi, > > I am using the below schema in one of my WSDL, I didn't find anything wrong > in the schema but not sure why Xerces is complaining. > >        http://example.com/loan"; > attributeFormDefault="qualified" elementFormDefault="qualif

Re: src-import.3.1 error message

2012-03-15 Thread rJassal
Bindul, schemaLocation attribute is not required, as both the schemas are defined in a single WSDL file. Bindul Bhowmik wrote: > > Hello, > > On Thu, Mar 15, 2012 at 01:18, rJassal > wrote: >> >> >> Hi, >> >> I am using the below schema in one of my WSDL, I didn't find anything >> wrong >> i

Re: src-import.3.1 error message

2012-03-15 Thread Michael Glavassevich
Xerces doesn't know anything about WSDL. How are you extracting and loading the inlined schema documents? Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org rJassal wrote on 03/15/2012 04:12:27 AM: > Bindul