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

Web Service Links

Namespace Children of ::wsdb::operations::mywebservice::EchoCodeOperation

Namespace Code for ::wsdb::operations::mywebservice::EchoCodeOperation

namespace eval ::wsdb::operations::mywebservice::EchoCodeOperation {
    variable conversionList {Code Value}
    variable inputElementData {
    {Code!mywebservice::code} 
}
    variable invoke ::wsdb::operations::mywebservice::EchoCodeOperation::Invoke
    variable messages {{input EchoCodeRequestMsg} {output EchoCodeResponseMsg}}
    variable operationProc ::mywebservice::EchoCode
    variable procSignature Code

}

Procedures in ::wsdb::operations::mywebservice::EchoCodeOperation


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

    return [::wsdb::elements::mywebservice::EchoCodeResponse::new $outputXMLNS [::mywebservice::EchoCode $Code]]
}