Using Web Services call the execute method

Asked By 90 points N/A Posted on -
qa-featured

Hello friends

How do i use Web Services to call the execute method to run as a Stored Process?

What is the syntax for execute method?

Thanks

SHARE
Answered By 0 points N/A #108338

Using Web Services call the execute method

qa-featured

Hello Jayson,

You might need to try the following syntax and see if it will help.
 
   Execute 
 
      [in]    Command As Command,
      [in]    Properties As Properties,
      [out]  Result As Resultset
 
Note that the Execute method takes the Command as well as the Properties parameters as input. Both of these parameters are in the XML format.
 
Regards,
 
Nicke

Related Questions