Never thought of listing all TFS 2008 Web Services before until I needed to start access them directly.
Below is the full list of Web Services which comes in two versions, V1.0 and V2.0 for backward compatibility I believe ...
- Build Service
- V1.0
- http://YourTFSServerName:8080/Build/V1.0/BuildController.asmx
- http://YourTFSServerName:8080/Build/V1.0/BuildStore.asmx
- http://YourTFSServerName:8080/Build/V1.0/Integration.asmx
- http://YourTFSServerName:8080/Build/V1.0/PublishTestResultsBuildService.asmx
- http://YourTFSServerName:8080/Build/V1.0/PublishTestResultsBuildService2.asmx
- V2.0
- Services Service
- V1.0
- http://YourTFSServerName:8080/Services/v1.0/AuthorizationService.asmx
- http://YourTFSServerName:8080/Services/v1.0/CommonStructureService.asmx
- http://YourTFSServerName:8080/Services/v1.0/EventService.asmx
- http://YourTFSServerName:8080/Services/v1.0/GroupSecurityService.asmx
- http://YourTFSServerName:8080/Services/v1.0/ProcessTemplate.asmx
- http://YourTFSServerName:8080/Services/v1.0/projectMaintenance.asmx
- http://YourTFSServerName:8080/Services/v1.0/Registration.asmx
- http://YourTFSServerName:8080/Services/v1.0/ServerStatus.asmx
- V2.0
- Version Control Service
- V1.0
- Warehouse Service
- WorkItem Tracking Service
- V1.0
- http://YourTFSServerName:8080/WorkItemTracking/v1.0/ClientService.asmx
- http://YourTFSServerName:8080/WorkItemTracking/v1.0/ConfigurationSettingsService.asmx
- http://YourTFSServerName:8080/WorkItemTracking/v1.0/ExternalServices.asmx
- http://YourTFSServerName:8080/WorkItemTracking/v1.0/Integration.asmx
- http://YourTFSServerName:8080/WorkItemTracking/v1.0/SyncEventsListener.asmx
5 comments:
Well I can list all of services by browsing through those directories but ... do you have somewhere documentation to those parameters or explanation what do they do?
Regards
Well, I'm still looking for such documentation and in the mean while trying to come up with mine if I won't succeed.
Same Urls for TFS 2010?
Do any one have any information regarding the parameters that the web methods excepts?
list for 2010: http://sbrickey.com/Tech/Blog/Post/TFS_2010_Web_Services
Post a Comment