SOAP Request and response directly from SQL Server Instance -
09-15-2010
, 07:23 PM
I may have posted this in the wrong group. I have built a VB
application that reads values from SQL server and
uses one of the selected values to send a soap request. The
application then takes the responses and stores them in a table. The
question here and never even considered it is, can I send the SOAP
request directly from the server is a stored procedure and eliminate
the middleware? The webservices that I am working with also supports
XML but still can you run it like a stored procedure? |