Handling a bunch of requests from customers, we've recently opened secure API for direct access to data.
Here I describe technical issues.
Web service is avaiable at
http://my.comindwork.com/storageservice.asmx (see complete
WSDL). You can replace 'my.comindwork' with your personal company name, 'yourcompany.comindwork' anytime.
What it does? Basic version, available to
Workgroup plan and up, includes only data access, no modification. It is 'LoadDataTable' function:
Now our friends from
FlexMonster.com wrote a simple 1-minute Flex application to connect to this service, and fill data grid with project list:
Live Flash Application
And here's the result. Live working application (requires Flash-9) shows the list of project visible to FlashAdmin (You may browse the system as FlashAdmin - go to demo login at
http://demo.comindwork.com)
Happy collaborating,
and be open!