is there a way to connect to ms project server using ruby?
we are using MS project server 2007
Asked
Active
Viewed 288 times
3
-
Is Win32Ole likely to help here? – Andrew Grimm Mar 28 '11 at 08:05
1 Answers
2
Ruby can consume web services, and Project Server 2007 exposes an interface (PSI) via web services.
Using Ruby and HTTParty to consume web services the easy way

Mitch Wheat
- 295,962
- 43
- 465
- 541