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

Web Service Links

Namespace Children of ::wsdb::operations::mywebservice::EchoOperation

Namespace Code for ::wsdb::operations::mywebservice::EchoOperation

namespace eval ::wsdb::operations::mywebservice::EchoOperation {
    variable conversionList {Input Value}
    variable inputElementData { 
    Input 
}
    variable invoke ::wsdb::operations::mywebservice::EchoOperation::Invoke
    variable messages {{input EchoRequestMsg} {output EchoResponseMsg}}
    variable operationProc ::mywebservice::Echo
    variable procSignature Input

}

Procedures in ::wsdb::operations::mywebservice::EchoOperation


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

    return [::wsdb::elements::mywebservice::EchoResponse::new $outputXMLNS [::mywebservice::Echo $Input]]
}