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