The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::operations::mywebservice::TestDecimalValueOperation
Namespace Code for ::wsdb::operations::mywebservice::TestDecimalValueOperation
namespace eval ::wsdb::operations::mywebservice::TestDecimalValueOperation {
variable conversionList {StringToTest Value}
variable inputElementData {
StringToTest
}
variable invoke ::wsdb::operations::mywebservice::TestDecimalValueOperation::Invoke
variable messages {{input TestDecimalValueRequestMsg} {output TestDecimalValueResponseMsg}}
variable operationProc ::mywebservice::TestDecimalValue
variable procSignature StringToTest
}
Procedures in ::wsdb::operations::mywebservice::TestDecimalValueOperation
proc ::wsdb::operations::mywebservice::TestDecimalValueOperation::Invoke {
inputXMLNS
outputXMLNS
} {
variable conversionList
::xml::childElementsAsListWithConversions $inputXMLNS $conversionList
return [::wsdb::elements::mywebservice::TestDecimalValueResponse::new $outputXMLNS [::mywebservice::TestDecimalValue $StringToTest]]
}