Try OpenEdge Now
skip to main content
Open Client Introduction and Programming
Programming Concepts : Understanding proxy and Web service object methods : Remote ABL methods : Identifying generated methods
 
Identifying generated methods
ProxyGen generates method names using automatic conversions and conventions. For more information, see Generating Proxies and Web Service Definitions. In addition, you can customize the method names in ProxyGen. Thus, each method name might not match the name of the corresponding ABL procedure or function. As a reference for method names in your proxy, use the generated Java source files for Java clients, the generated assembly for .NET clients, and the WSDL for Web services.