I don't know if this is the right part of the forum. But.... I have been working all night trying to create a web service to call a stored procedure in sql server 2008. The stored procedure calls a linked server to a db2 database that accepts 1 integer and returns 6 variables.
The end result would be publish the web service to our sharepoint servers. This is not a problem.
I am just trying to wrap my head around it. I know how to call the stored procedure using vb.net in a desktop app, just having problems transitioning to a web service to call that stored procedure.
Most searching finds trying to call a web service from a stored procedure, but I want to do the other way around, web service to call stored procedure.
Suggestions? Thanks for the help.
The end result would be publish the web service to our sharepoint servers. This is not a problem.
I am just trying to wrap my head around it. I know how to call the stored procedure using vb.net in a desktop app, just having problems transitioning to a web service to call that stored procedure.
Most searching finds trying to call a web service from a stored procedure, but I want to do the other way around, web service to call stored procedure.
Suggestions? Thanks for the help.
Comment