Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
dynamic intrinsic class mx.central.services.WebService {
    function WebService(wsdlURI:String, logObject:Object);
    function getCall (operationName:String):mx.central.services.SOAPCall;
    function onFault (fault:Object):Void;
    function onLoad (wsdlDocument:Object):Void;
}