N
Neil Treeby
Guest
Will the ABL ever support OOABL methods in the SET-CALLBACK-PROCEDURE() method on Web Service calls? So instead of: METHOD DoSoapCall(): ... RUN thing1 SET hThing1 ON hWebService. RUN CallbackProc.p PERSISTENT SET hCallbackProc. hThing1:SET-CALLBACK-PROCEDURE("REQUEST-HEADER", "setHeader", hCallbackProc) ... END METHOD. I would be able to do: METHOD DoSoapCall(): ... RUN thing1 SET hThing1 ON hWebService. hThing1:SET-CALLBACK("REQUEST-HEADER", "SetHeader", THIS-OBJECT). ... END METHOD. Likewise will the ABL ever support OOABL methods as SAX callbacks? Apologies if this has been brought up in enhancement requests already, but it's not easy to search specifically in the Enhancements group. OOABL has been around for over a decade and I'm surprised neither of these areas has been addressed.
Continue reading...
Continue reading...