PowerBuilder

You can connect to EAServer, create a stored procedure DataWindow, and get a list of available methods. You can pick one of these, create a DataWindow with it, and then when you execute the DataWindow, results from the method are displayed in the window.

Note that you must manually specify the format of the result sets and the expected parameters. As with all stored procedure DataWindows, these are read-only.