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

Web Service Links

Namespace Children of ::wsdb::operations::mywebservice::helloOperation

Namespace Code for ::wsdb::operations::mywebservice::helloOperation

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

}

Procedures in ::wsdb::operations::mywebservice::helloOperation


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

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