To access ASE Web Services, your client must use the methods exposed by the ASE Web Services Engine. These methods are mapped in SOAP as rpc:
<soap:binding style=”rpc” ...>
Message data is encoded:
<soap:body use=”encoded” ....>
The ASE Web Services Engine provides the following methods:
execute – executes a SQL statement or stored procedure.
login – establishes a persistent connection to Adaptive Server Enterprise.
logout – explicitly terminates an Adaptive Server Enterprise connection.
These methods are supported by Adaptive Server Enterprise by default and are provided as one Web service (with one WSDL file). The syntax for these methods is the same whether they are invoked using HTTP or SSL.