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
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
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
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