There is no such type as xsd:bool. It should be xsd:boolean.
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 9:53 AM
Subject: axis throwing a exception for bool..
> Hi ,
>
> While parsing a soap response ( response is below - from GSOAP server)
axis
> is throwing the "org.xml.sax.SAXException: No deserializer for
> {http://www.w3.org/2001/XMLSchema}bool" .
>
> Can someone help in identifying the problem here .
>
> SOAP RESPONSE from GSOAP :
>
> <?xml version="1.0" encoding="UTF-8"?>
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:of2="urn:OneFlowServer"><SOAP-ENV:Body
> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
> <of2:getHotFoldersResponse>
> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="of2:HotFolder[1]">
> <item xsi:type="of2:HotFolder">
> <folderName xsi:type="xsd:string">testfolder</folderName>
> <projectName xsi:type="xsd:string">testproject</projectName>
> <folderPathName xsi:type="xsd:string">testpath</folderPathName>
> <isEnabled xsi:type="xsd:bool">true</isEnabled>
> <isConfigured xsi:type="xsd:bool">true</isConfigured>
> </item>
> </return></of2:getHotFoldersResponse>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
>
>
> **************************************************************************
> Thanks,
> Vinay
>