The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::operations::aca::CheckTotalPayeeOperation
Namespace Code for ::wsdb::operations::aca::CheckTotalPayeeOperation
namespace eval ::wsdb::operations::aca::CheckTotalPayeeOperation {
variable conversionList {testString Value}
variable inputElementData testString
variable invoke ::wsdb::operations::aca::CheckTotalPayeeOperation::Invoke
variable messages {{input CheckTotalPayeeRequestMsg} {output CheckTotalPayeeResponseMsg}}
variable operationProc ::aca::CheckTotalPayee
variable procSignature testString
}
Procedures in ::wsdb::operations::aca::CheckTotalPayeeOperation
proc ::wsdb::operations::aca::CheckTotalPayeeOperation::Invoke {
inputXMLNS
outputXMLNS
} {
variable conversionList
::xml::childElementsAsListWithConversions $inputXMLNS $conversionList
return [::wsdb::elements::aca::CheckTotalPayeeResponse::new $outputXMLNS [::aca::CheckTotalPayee $testString]]
}