Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTTP from a procedure
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
01210484
Message ID:
01210492
Vues:
13
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform