Try OpenEdge Now
skip to main content
Servers, DataServers, Messengers, and Adapters
Supporting OpenEdge Servers, Messengers, DataServers, and Adapters : Overview : Web Services Adapter (for OpenEdge SOAP Web Services)
 

Web Services Adapter (for OpenEdge SOAP Web Services)

The Web Services Adapter (WSA) (for OpenEdge SOAP Web Services) is a Java servlet that exposes AppServer applications as SOAP Web services. The WSA is installed and runs in the context of a Java servlet engine (JSE) that, in turn, runs independently or in the context of a Web server.
To expose AppServer applications as SOAP Web services, the WSA serves a dual role:
*As a gateway between the Simple Object Access Protocol (SOAP) request messages, which SOAP Web services and SOAP Web service clients exchange, and ABL applications on the AppServer, which execute SOAP Web service requests
*As an application server that hosts, manages, and provides communications and run-time support for multiple deployed SOAP Web service applications