Hello all,
Hope you are good.
We would like to get data through SOAP Web-service. We are currently using CMD 2.0 (07/02/2013) version.
In order to get a code without model dependences we are trying to get all classes listed in CMDbuild, and all relations (domains) included in those. Is there any way using the soap currently methods to solve this? (consume the soap service in a more auto-discover way?)
If not, we can ask for a previously defined class and then get the domains but we can't actually do it through getRelationList method because we need the name of the domain previously we know it.
Any advice?
Thanks
Thanks Davide for your answer.
That if what we had guessed before asking. It's a pity we can't auto discover all class and domains. Any reference in the roadmap to have it in the future? What about older 2.0.4 releases?
Thanks in advance.
Previously Tecnoteca wrote:
Dear Daniel,
both "Webservices" and "Private" don't have any methods for access to the model (classes, domains). For classes you can use "getMenuSchema" for getting the menu for the group that you are using when authenticating; for domains there is a partial solution if you look at referenced classes of reference attributes.
Best regards.
-- Davide Pavan
Previously Daniel wrote:
Hello all,
Hope you are good.
We would like to get data through SOAP Web-service. We are currently using CMD 2.0 (07/02/2013) version.
In order to get a code without model dependences we are trying to get all classes listed in CMDbuild, and all relations (domains) included in those. Is there any way using the soap currently methods to solve this? (consume the soap service in a more auto-discover way?)
If not, we can ask for a previously defined class and then get the domains but we can't actually do it through getRelationList method because we need the name of the domain previously we know it.
Any advice?
Thanks
Dear Daniel,
unfortunately methods have always been added but never removed, so older versions don't have something useful for your purpose. In our roadmap there is a complete revision of actual web services but we are still studying how/what to do. Any suggestion is welcome.
Best regards.
-- Davide Pavan
Previously Daniel wrote:
Thanks Davide for your answer.
That if what we had guessed before asking. It's a pity we can't auto discover all class and domains. Any reference in the roadmap to have it in the future? What about older 2.0.4 releases?
Thanks in advance.
Previously Tecnoteca wrote:
Dear Daniel,
both "Webservices" and "Private" don't have any methods for access to the model (classes, domains). For classes you can use "getMenuSchema" for getting the menu for the group that you are using when authenticating; for domains there is a partial solution if you look at referenced classes of reference attributes.
Best regards.
-- Davide Pavan
Previously Daniel wrote:
Hello all,
Hope you are good.
We would like to get data through SOAP Web-service. We are currently using CMD 2.0 (07/02/2013) version.
In order to get a code without model dependences we are trying to get all classes listed in CMDbuild, and all relations (domains) included in those. Is there any way using the soap currently methods to solve this? (consume the soap service in a more auto-discover way?)
If not, we can ask for a previously defined class and then get the domains but we can't actually do it through getRelationList method because we need the name of the domain previously we know it.
Any advice?
Thanks