Invoking a Web service

To invoke a Web service using the ASE Web Services Engine, use the following procedure:

StepsInvoking a Web service

  1. Start the ASE Web Services Engine.

  2. Use the add option of sp_webservices to map the Web service to a proxy table in Adaptive Server Enterprise.

  3. Use sp_help to determine the input and output parameters needed to invoke the Web method.

  4. Invoke the Web method with a select statement on the proxy table.