Adaptive Server anywhere Access Web services

Source: Internet
Author: User
Tags web services

Adaptive Server Anywhere has a flexible programming language that you use to write stored procedures, triggers, events, Java stored procedures, and schedules to allow you to add more business logic to your database. The adaptive Server Anywhere database can be copied from one machine to another, enabling business logic to be deployed with the data.

The ability to produce business logic code in a database also extends to Web services. You can call an external Web service in the stored procedure definition so that it can be invoked by the client application. For example, when a client application calls the following stored procedure, it returns a document from example.com:

CREATE PROCEDURE MyOperation
(a INTEGER, b CHAR(128) )
URL ’http://www.example.com/webservice’
TYPE ’SOAP:DOC’

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.