Generate an Open Client proxy or Web service definition
- Last Updated: May 12, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Open Client interface generation validates the information in the project file against the application server r-code and then generates the specified Open Client proxies and/or SOAP Web service definition. If you make subsequent changes to the application server code after the project file is saved and then run ProxyGen to regenerate, ProxyGen automatically incorporates the changes based on a set of rules. For details, see Validate and generate an Open Client proxy.
If this automatic update does not produce acceptable results, you must run ProxyGen and update the Open Client interface definition manually. In addition, as application server procedure files are created or deleted, you must update the definition of the Open Client interface. Then, you can generate the Open Client proxy or Web service definition from the newly saved project file using either ProxyGen or Batch ProxyGen.
Before running ProxyGen to generate proxies, you must follow specific preparation procedures based on your environment and client type. For more information on all the above topics, see .NET Open Clientsor Java Open Clients.