Hello All
I was hoping someone could help me, we are currently working with OpenMAINT and it seems like a great fit for our company.
Struggling with REST at the moment, can do most things on there and all works however when we come to using the Process part it all falls down.
For example we can create a new work order, progress through to WO02 acceptance and then move onto WO03, we use the below code to try and progress to WO05 yet we get an error and can not seem to fathom why
{
"ProcessStatus" : 101,
"ExecAction" : 138,
"_activity" : "545_227_Package_workorder_Process_workorder_WO03-Execution",
"_advance" : true
}
this gives the below error
{
"cause": {
"cause": null,
"stackTrace": [
{
"methodName": "createFault",
"fileName": "SOAPFaultBuilder.java",
"lineNumber": 222,
"className": "org.apache.axis.message.SOAPFaultBuilder",
"nativeMethod": false
},
{
"methodName": "endElement",
"fileName": "SOAPFaultBuilder.java",
"lineNumber": 129,
"className": "org.apache.axis.message.SOAPFaultBuilder",
"nativeMethod": false
},
{
"methodName": "endElement",
"fileName": "DeserializationContext.java",
"lineNumber": 1087,
"className": "org.apache.axis.encoding.DeserializationContext",
"nativeMethod": false
},
{
"methodName": "endElement",
"fileName": null,
"lineNumber": -1,
"className": "org.apache.xerces.parsers.AbstractSAXParser",
"nativeMethod": false
},
{
"methodName": "scanEndElement",
"fileName": null,
"lineNumber": -1,
"className": "org.apache.xerces.impl.XMLNSDocumentScannerImpl",
"nativeMethod": false
},
{
"methodName": "dispatch",
"fileName": null,
"lineNumber": -1,
"className": "org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher",
"nativeMethod": false
},
{
"methodName": "scanDocument",
"fileName": null,
"lineNumber": -1,
"className": "org.apache.xerces.impl.XMLDocumentFragmentScannerImpl",
"nativeMethod": false
},