Hi,
I am sure I am doing something wrong, but can’t quite figure it out.
I am sending an HTTP Post request to the following URL:
http://sd1-na.idigi.com/ws/sci
with a payload of the following:
And I pass the userid/password in the HTTP request.
But, I keep getting an error: (400) Bad Request.
I can test that the Device Id is correct and that there is data available for that device. Any ideas on what could be wrong with the format of the payload? I tried to remove all whitespace on the XML thinking that was the problem, but that did not help.