<?xml version="1.0" ?>

<toolkit xml:id="soap4r_ruby_20051204"
    name="SOAP4R" 
    mapping="Ruby"
    version="20051204"
    link="http://dev.ctor.org/soap4r"
    content_type="text/xml; charset=utf-8"
    endpoint="http://localhost:10080">

    <!-- examples known to cause problems consuming the WSDL -->

    <exclude type="error">ImportSchemaNamespace</exclude>

    <exclude type="error">AnyAttributeStrict</exclude>
    <exclude type="error">AnyAttributeLax</exclude>
    <exclude type="error">AnyAttributeSkip</exclude>

    <exclude type="error">UnionDateString</exclude>
    <exclude type="error">UnionSimpleDateString</exclude>
    <exclude type="error">PrecisionDecimal</exclude>

    <exclude type="error">GlobalElementDefault</exclude>
    <exclude type="error">LocalElementDefault</exclude>
    <exclude type="error">AttributeDefault</exclude>

    <exclude type="error">RestrictedStringMinLength</exclude>
    <exclude type="error">RestrictedStringMinMaxLength</exclude>
    <exclude type="error">RestrictedStringMaxLength</exclude>

    <!-- broken examples -->


    <!-- examples which are broken -->
    <exclude>NoTargetNamespace</exclude> 
    <exclude>TargetNamespace</exclude>
    <exclude>Include</exclude>
    <exclude>IncludeRelative</exclude>
    <exclude>ChameleonInclude</exclude>
    <exclude>QualifiedLocalElements</exclude>
    <exclude>UnqualifiedLocalElements</exclude>
    <exclude>UnqualifiedLocalAttributes</exclude>
    <exclude>SchemaVersion</exclude>
    <exclude>FinalDefault</exclude>
    <exclude>BlockDefault</exclude> 
    <exclude>SOAPEncodedArray</exclude>
</toolkit>
