Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTTP from a procedure
Message
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
01210484
Message ID:
01210492
Views:
14
>I need to be able to send this string to a Relay Switch using http from a SQL procedure:
>
>
>http://10.0.0.231/state.xml?relayState=1
>
>
>and receive this back
>
>
>  <?xml version="1.0" encoding="utf-8" ?>
>- <datavalues>
>  <relaystate>1</relaystate>
>  <inputstate>0</inputstate>
>  <rebootstate>0</rebootstate>
>  </datavalues>
>
>
>can you help? looking for a sample code?

Why do you want to do this from within a SP?
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform