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

Web Service Links

Namespace Children of ::wsdb::operations::aca::checkFileNameOperation

Namespace Code for ::wsdb::operations::aca::checkFileNameOperation

namespace eval ::wsdb::operations::aca::checkFileNameOperation {
    variable conversionList {testString Value}
    variable inputElementData testString
    variable invoke ::wsdb::operations::aca::checkFileNameOperation::Invoke
    variable messages {{input checkFileNameRequestMsg} {output checkFileNameResponseMsg}}
    variable operationProc ::aca::checkFileName
    variable procSignature testString

}

Procedures in ::wsdb::operations::aca::checkFileNameOperation


proc ::wsdb::operations::aca::checkFileNameOperation::Invoke {
    inputXMLNS
    outputXMLNS
} {
    variable conversionList
    ::xml::childElementsAsListWithConversions $inputXMLNS $conversionList

    return [::wsdb::elements::aca::checkFileNameResponse::new $outputXMLNS [::aca::checkFileName $testString]]
}