My app crashes on this line in HttpJob
req.InitializeGet(mLink)'not initialized error here
CallSubDelayed2(HttpUtils2Service, "SubmitJob", Me)
mlink is:
http://192.168.1.113:8080/jsonrpc?request{"jsonrpc":"2.0","method":"Input.Down","id":1}
This line works if inserted into a browser.
I suspect it has to do with the commas and quotes but I'm unsure what to do about it. Any ideas?
req.InitializeGet(mLink)'not initialized error here
CallSubDelayed2(HttpUtils2Service, "SubmitJob", Me)
mlink is:
http://192.168.1.113:8080/jsonrpc?request{"jsonrpc":"2.0","method":"Input.Down","id":1}
This line works if inserted into a browser.
I suspect it has to do with the commas and quotes but I'm unsure what to do about it. Any ideas?