Try OpenEdge Now
skip to main content
Configuration
Configuring OpenEdge SOAP Web Services : Configuring and managing SOAP Web services : SOAP Web service session models and the WSA
 

SOAP Web service session models and the WSA

SOAP Web service applications in OpenEdge are designed to run in one of two AppServer session models:
*Session-Managed
*Session-Free
The session model of a SOAP Web service application significantly affects how the WSA manages the SOAP Web service at run time. In any case, the session model specified for a SOAP Web service (when defined using ProxyGen) must match the session model of the AppServer to which it is bound. Otherwise, the WSA returns an error when a client attempts to access the SOAP Web service.
* Session-managed SOAP Web services
* Session-free SOAP Web services