Unable to create a job via REST

1617
0
06-19-2013 01:35 PM
by Anonymous User
Not applicable
Hi,

I am having problems attempting to create a job via a REST call; details below.  I can create job from workflow manger itself just not from a REST call.  We hold wmx sys tables in oracle db.  I'm also intrigued what if any user authentication can be applied against such a call given it would appear all that is required is a valid user with correct privildges to create a job. Any help appreciated.

http://localhost:6080/arcgis/rest/services/Workflows/QuickStart_WorkflowManagerService/WMServer/jobs...

{
"error": {
  "code": 400,
  "message": "Access denied.",
  "details": [
 
  ]
}
}
0 Kudos
0 Replies