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

Web Service Links

Namespace Children of ::wsdb::operations::aca::helloOperation

Namespace Code for ::wsdb::operations::aca::helloOperation

namespace eval ::wsdb::operations::aca::helloOperation {
    variable conversionList {}
    variable inputElementData {}
    variable invoke ::wsdb::operations::aca::helloOperation::Invoke
    variable messages {{input helloRequestMsg} {output helloResponseMsg}}
    variable operationProc ::aca::hello
    variable procSignature {}

}

Procedures in ::wsdb::operations::aca::helloOperation


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

    return [::wsdb::elements::aca::helloResponse::new $outputXMLNS [::aca::hello ]]
}