Web Client Application Development

SAP Sybase IQ databases can act as web client applications to access SAP Sybase IQ hosted web services or web services hosted on third party web servers. SAP Sybase IQ web client applications are created by writing stored procedures and functions using configuration clauses, such as the URL clause that specifies the web service target endpoint. Web client procedures do not have a body, but in every other way are used as any other stored procedure. When called, a web client procedure makes an outbound HTTP or SOAP request. A web client procedure is restricted from making an outbound HTTP request to itself; it cannot call a localhost SAP Sybase IQ web service running on the same database.

For detailed examples of web service applications, see the %ALLUSERSPROFILE%\SybaseIQ\samples\SQLAnywhere\HTTP directory.