Hi,
When I use this url, I get the correct list of jobs;
http://api.workflowmax.com/job.api/current?apiKey="insert apiKey here"&accountKey="insert accountKey here"
But when I try to use this url to get details about a specific job (J000649), I get an error 401;
http://api.workflowmax.com/job.api/get/J000649?apiKey="insert apiKey here"&accountKey="insert accountKey here"
If I paste this url into a web browser, I get what I want - but InfoPath seems to reject it.
It seems to go off and get as far as http://api.workflowmax.com/job.api/get then returns the error (checked using Fiddler).
Any ideas what might be the problem?
I'm trying to make an InfoPath form where you type the job number into a text box then apply a 'change rest url' rule which substitutes your job number with the one in the url - theoretically giving a result.
But it won't work. When I try to create a data connection with the job number hard-coded (as above), InfoPath complains that it's not a valid XML file (Fiddler says 401 error).
Help? Anyone? Please?
The guide to the Web Services are here http://www.workflowmax.com/api-overview.aspx