CMDBuild Forum

Create table card by webservice

Hi, is it possible create a cmdbuild table card by webservice or Postgresql command?

I would like create a Postgresql procedure that allows to users to create specified table card on CMDBuild.

Thanks.

Yes this is possible, using the SOAP or REST webservice.
You should consult the CMDBuild Webservice Manual.
CMDBuild Team

I read Webservice Manual but I see only "createCard" method in CMDBuild webservice that allows to create a record in a specified card.
I would like create a phisical table on Postgresql for CMDBuild.
Which is the method suggested?
Thanks.
 
 
Previously Tecnoteca wrote:
Yes this is possible, using the SOAP or REST webservice.
You should consult the CMDBuild Webservice Manual.
CMDBuild Team

 

At the moment you can create via webservice a table card, not a table.
For table creation I suggest you use the CMDBuild GUI because working via SQL you can forget triggers or other constraints making the database inconsistent.
CMDBuild Team