The following operations are supported. For a formal definition, please review the Service Description.

Web Service Links

Namespace Children of ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut

Namespace Code for ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut

namespace eval ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut {
    variable base mywebservice::Byte
    variable facetList {form Value maxOccurs 1 minOccurs 1}
    variable maxOccurs 1
    variable minOccurs 1
    variable new ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut::new
    variable validate ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut::Validate
    variable validate_mywebservice_Byte ::wsdb::types::mywebservice::Byte::validate

}

Procedures in ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut


proc ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut::new {
    namespace
    value
} {
         ::xml::element::appendText [::xml::element::append $namespace ByteAsIntegerOut] .TEXT $value
    }


proc ::wsdb::elements::mywebservice::EchoByteResponse::ByteAsIntegerOut::Validate {
    namespace
} {
        variable validate_mywebservice_Byte
        set Valid [$validate_mywebservice_Byte [::xml::instance::getTextValue $namespace]]

        if {!$Valid} {
            ::wsdl::elements::noteFault $namespace [list 1 ByteAsIntegerOut [::xml::instance::getTextValue $namespace] $validate_mywebservice_Byte ]
        }
        return $Valid
    }