when we call GetElementsForService method, then there is <Services> tag in the response.
This contains array of <DMAObject>.
<Services><DMAObject><DataMinerID>31119</DataMinerID><ID>1647</ID><Name>CHF-E-C79-DSW-02-AJ GD MUX</Name></DMAObject><DMAObject><DataMinerID>31119</DataMinerID><ID>1687</ID><Name>CHF-E-C79-DSW-02-AJ IP CONT</Name></DMAObject>
Please clarify what is the significance of this data. Are these services related to element ?
The services tag is part of the element object and will contain all services that the element is included in.
- If the element is for example part of 2 services, they will both be listed.
- If the service contains other services, you can use the "includeServices" parameter to determine if they should be returned in the response
Thanks Jens