Try OpenEdge Now
skip to main content
Web Services
Creating OpenEdge SOAP Web Services : Exposing AppServer Applications as OpenEdge SOAP Web Services : Deciding how to expose your application : Session Models and object IDs
 
Session Models and object IDs
The session model for an OpenEdge Web service must match the session model of the AppServer that hosts your application. If you are exposing an existing AppServer application as an OpenEdge Web service, this choice is already made for you. If you are building a new Web service application, choosing a session model for your Web service defines how you structure your application. The choice of session model affects how the AppObject for a Web service is defined in the WSDL, how the WSA manages the Web service at run time, and how the client must access the Web service objects.
* Session models
* How object IDs support session models
* How session models affect Web service objects