ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> soapbuilders
soapbuilders
validator script is brokern (validator.soapware.org)
by other posts by this author
Apr 2 2001 7:13PM messages near this date
Re: pocketSOAP -> .NET array problems | Interop between MS .NET and Apache SOAP 2.1
In the manyTypesTest, if the boolean value is 0, as in

<?xml version="1.0"?> 
<SOAP-ENV:Envelope SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"> 
        <SOAP-ENV:Body> 
                <manyTypesTest> 
                        <num xsi:type="xsd:int"> 14634</num>
                        <bool xsi:type="xsd:boolean"> 0</bool>
                        <state xsi:type="xsd:string"> Oregon</state>
                        <doub xsi:type="xsd:float"> 9239.0</doub>
                        <dat xsi:type="xsd:timeInstant"> 1904-01-
01T04:24:28-07:00</dat> 
                        </manyTypesTest> 
                </SOAP-ENV:Body> 
        </SOAP-ENV:Envelope> 

all servers (including validator.soapware.org) failed the validation.
The script returns the following error:

Error: It returned false, the correct result is true.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved