Actions
Feature #2760
closedremoving "Device_Type" in all web services
Start date:
05/24/2012
Due date:
% Done:
80%
Estimated time:
Description
We need to specify the "Device_Type" of items in all web services request.
But items have a name, and items in the database can't have the same name.
"Device_Type" is not mandatory
Updated by Grave Xavier almost 13 years ago
- Status changed from New to Feedback
- % Done changed from 10 to 80
Updated by Dosme Nicolas almost 13 years ago
- Status changed from Feedback to Closed
Modification tested in GEC, it's seem to be OK. The code made by Xavier is available only with monotne ea769f59270d2408d349fbfdbb1e4485da4212ce ... soon on svn with other modifications.
Updated by Dosme Nicolas almost 13 years ago
Please reopen this ticket...
There is a problem when we want to use functions on item who are not in the activation_tree.
For example when we use the "ADD_RELATION" source is in the activation_tree but destination no.
no error message on server side, and error message in this case is on client side :
raised SOAP.SOAP_ERROR : Error in Add_Relation (Activable Container : Node Name= A001 doesn't exist in the activation tree.)
crystal A001 is in the database but is not in the activation_tree
Same error on a "GET_INFORMATION A001"...
Actions