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

Web Service Links

Namespace Children of ::wsdb::operations::mywebservice::helloWorldOperation

Namespace Code for ::wsdb::operations::mywebservice::helloWorldOperation

namespace eval ::wsdb::operations::mywebservice::helloWorldOperation {
    variable conversionList {}
    variable inputElementData {}
    variable invoke ::wsdb::operations::mywebservice::helloWorldOperation::Invoke
    variable messages {{input helloWorldRequestMsg} {output helloWorldResponseMsg}}
    variable operationProc ::mywebservice::helloWorld
    variable procSignature {}

}

Procedures in ::wsdb::operations::mywebservice::helloWorldOperation


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

    return [::wsdb::elements::mywebservice::helloWorldResponse::new $outputXMLNS [::mywebservice::helloWorld ]]
}