Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server as a Web Service Client

Suppose given a URL, http://test.org/service.asmx

How can I use SOAP method in SQL Server to access the service?

like image 981
developer.cyrus Avatar asked Jun 20 '26 09:06

developer.cyrus


1 Answers

You can write managed code (C# or VB.NET) and run it from SQLServer. And you can write a SOAP client with .NET, of course.

Good luck.

like image 151
Pablo Santa Cruz Avatar answered Jun 22 '26 23:06

Pablo Santa Cruz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!