TFS文件的Webservice [英] TFS Webservice Documentation

查看:155
本文介绍了TFS文件的Webservice的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们使用了大量的蟒蛇做太多我们的部署,并且将方便连接到我们的TFS服务器,以获得迭代的路径的信息,车票等等。我可以看到web服务,但无法找到任何文件。如果任何人知道的东西只是想知道?

We use a lot of of python to do much of our deployment and would be handy to connect to our TFS server to get information on iteration paths, tickets etc. I can see the webservice but unable to find any documentation. Just wondering if anyone knew of anything?

推荐答案

该网站的服务并非由微软,因为它不是去跟TFS一个正式支持路径记录。正式支持的途径是用自己的 .NET API

The web services are not documented by Microsoft as it is not an officially supported route to talk to TFS. The officially supported route is to use their .NET API.

在您的类型的应用程序的情况下,动作我通常建议的做法是创建一个生活在TFS服务器(或其他服务器)上,并使用他们的API交谈的服务器,但可以让你自己的Web服务垫片以present在一个不错的方式,您的应用程序的数据。

In the case of your sort of application, the course of action I usually recommend is to create your own web service shim that lives on the TFS server (or another server) and uses their API to talk to the server but allows you to present the data in a nice way to your application.

他们的对象模型简化的交互很大(取决于你想要做什么),所以它实际上意味着更少的code过所有 - 但更好的测试和检验的code,你也可以解决的东西,如通过TFS Web服务使用NTLM身份验证。

Their object model simplifies the interactions a great deal (depending on what you want to do) and so it actually means less code over-all - but better tested and testable code and also you can work around things such as the NTLM auth used by the TFS web services.

希望帮助,

马丁。

这篇关于TFS文件的Webservice的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆