Using the TransitionItem web service method on a transition of type SubTask in soapui gives all indications that the web service runs without a problem and gives a normal response but the item doesn't transition and the subtask items don't get created.
When editing a Release Package and attaching a Dimensions Baseline or a ZMF Package, the system make give error: Error occurred during web service invocation: SOAP Fault Code: env:Server
When running a GetItemsByQuery call, the "totalCount" value returned in the response should give you the total number of items returned by the query REGARDLESS of whether or not you placed a value into the "maxReturnSize" parameter.
Error occurred during web service invocation: SOAP Fault Code: env:Server SOAP Fault String: addDeployUnitsToRP: RequestTimeout: The orchestration request was submitted but the server timed out waiting for the response
SBM Composer Service Mappings for web services provide two selection values for binary fields and these are True and False. These values do not comply with SOAP standards which require true|false|0|1. This is why the web service response defaults always to the Boolean value 'false' regardless of what is intended in the SBM Composer.
- a new record is created in the auxiliary table with the field content 1234567890 - the response in SOAP UI should show <ae:title>1234567890</ae:title>
Actual Result: - The web service response indicates a failure but just in the description (<result> and <description> return values): <ns2:result>false</ns2:result>
Sending a request to the getRequests webservice answers with all user-defined attributes but not with the user-defined attribute TITLE. Steps to reproduce: 1. In SoapUI create a request for webservice getRequests