SQL invoked service

Hi. I’m pretty new with invoking SQL statements by using the flow service using IS.

Is there some documentation that i can refer to regarding this?
I need to send some SQL statements to an SQL server.

Hi JT,
See chapter 17 of ISDeveloperGuide.pdf. Go to help –> Developer User Guide.

Hi JT,
Follow this procedure to build a database service.

  1. Define the alias in Server Admin page and test out the connection from webMethods to SQL database.
  2. Use the same alias in execSQL service inside the flow.
  3. Write an SQL and pass this SQL to execSQL service.

Regards
RC