Click here to Skip to main content
15,903,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a webservice wrritten in C# . I need to know how can i call this webservice through a SQL procedure.
Posted

 
Share this answer
 
Comments
Espen Harlinn 6-Oct-11 10:33am    
Nice link!
You can create a user defined function inside the SQL Server and use that for the web service call.

To create an UDF, see for example: http://msdn.microsoft.com/en-us/library/ms191320.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900