To access Adaptive Server Enterprise Web Services, your client must use the methods exposed by the Web Services Producer component. These methods are mapped in SOAP as rpc:
<soap:binding style=”rpc” ...>
Message data are encoded:
<soap:body use=”encoded” ....>
The Web Services Producer component provides three methods:
execute – used to execute a SQL statement or stored procedure.
login – used to establish a persistent connection to Adaptive Server Enterprise.
logout – explicitly terminates an Adaptive Server Enterprise connection.
The syntax for these methods is the same regardless of whether they are invoked using HTTP or SSL.