3

is there a way to connect to ms project server using ruby?
we are using MS project server 2007

Jon Iles
  • 2,519
  • 1
  • 20
  • 30
Tom
  • 189
  • 8

1 Answers1

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

Consuming SOAP services in Ruby

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