Is there a ruby ​​interface for ms project server?

is there any way to connect to ms server server using ruby?
we use MS project 2007 server

+3
source share
1 answer

Ruby can use web services, and Project Server 2007 provides an interface (PSI) through web services.

Using Ruby and HTTParty for easy use of web services

Using SOAP Services in Ruby

+2
source

Source: https://habr.com/ru/post/1728300/


All Articles