Try OpenEdge Now
skip to main content
Web Services
Introduction : Overview of SOAP Web services in OpenEdge : Creating OpenEdge SOAP Web services : Defining the Web service in ProxyGen
 
Defining the Web service in ProxyGen
After you have built the AppServer application and compiled its r-code, you can use ProxyGen to prepare the application for deployment as a SOAP Web service. As you define the Web service, your knowledge of the application and client requirements helps to decide how best to organize and include the procedures of your application as Open Client objects and methods. ProxyGen saves information needed to create the Web service definition as a WSM file.
For information on how to use ProxyGen to define the Web service, see OpenEdge Development: Open Client Introduction and Programming.