When trying to perform an action on an "Execution" object with the Web Services, the operation returns an error
book
Article ID: 85664
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Error Message :
In the XML response:
##########################
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>com.orsyp.api.DataMissingException: printer missing</faultstring>
<detail>
<ns1:DuwsException xmlns:ns1="http://duws.orsyp.com">
<errorCode xsi:type="xs:int" xmlns:ns2="http://duws.orsyp.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">200</errorCode>
</ns1:DuwsException>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
##########################
Patch level detected:Dollar Universe Web Services 6.2.00
Product Version: Dollar.Universe 6.2.0
Description :When trying to perform an action on an "Execution" object with the Web Services, the operation returns an error.
Cause
Cause type:
Configuration
Root Cause: The request is not properly formatted, this applies to all versions of the web services.
Resolution
The XML of the request has to be checked:
- Is any parameter forgotten?
- Are all parameters correctly written?
Fix Status: Released
Fix Version(s):
Component: Web.Services
Version: Dollar.Universe 6.2.0
Additional Information
Workaround :
N/A
Feedback
thumb_up
Yes
thumb_down
No