Adding operations that are based on calls to stored procedures

You can create operations that call any stored procedure that is deployed in your database.

Prerequisite:

The stored procedure must be deployed on the database that is associated with the Web service in which you want to create the operation.

Restrictions:

To add to a Web service an operation that calls a stored procedure, follow one of these steps:

If the stored procedure returns result sets and always accepts the same input values, use the

Edit Operation wizard to specify the input values. The workbench then runs the stored procedure to generate an XML schema that describes the result sets in detail.

 

Related concepts

Generation of default XML schemas for stored procedures that return result sets

 

Related tasks

Adding operations that are based on SQL scripts

Developing Web services with the workbench