dhefley Posted January 7, 2014 Posted January 7, 2014 Ok - I'm pretty new to this SOAP thing, but I'm trying to use PHP to connect to the WSDL (I'd use the REST api, but I want to set a variable and it doesn't look like this is implemented). So my question is: is there a URL i'm supposed to use to connect the soap client on my ISY944i? Ultimately, I'm trying to use a GarageHawk to trigger an external program that makes a web request to change a variable, so I can monitor my GarageHawk without native support (hint, hint)... Thanks! D
Michel Kohanim Posted January 7, 2014 Posted January 7, 2014 Hi dhefley, Ok - I'm pretty new to this SOAP thing, but I'm trying to use PHP to connect to the WSDL (I'd use the REST api, but I want to set a variable and it doesn't look like this is implemented). Definitely implemented: http://wiki.universal-devices.com/index ... #Variables So my question is: is there a URL i'm supposed to use to connect the soap client on my ISY944i? Yes, you need to POST to /services. All is described in our WSDK documentation: http://www.universal-devices.com/isy-developers/ Ultimately, I'm trying to use a GarageHawk to trigger an external program that makes a web request to change a variable, so I can monitor my GarageHawk without native support (hint, hint)... You can use REST With kind regards, Michel
Recommended Posts