ms 项目服务器有 ruby 接口吗?
有没有办法使用 ruby 连接到 MS 项目服务器?
我们正在使用 MS Project Server 2007
is there a way to connect to ms project server using ruby?
we are using MS project server 2007
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Ruby 可以使用 Web 服务,并且 Project Server 2007 通过 Web 服务公开接口 (PSI)。
使用 Ruby和 HTTParty 以简单的方式使用 Web 服务
使用 SOAP 服务红宝石
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