Team Foundation Error: The request ID is incorrect or not recognized

Posted by Andrei on Stack Overflow See other posts from Stack Overflow or by Andrei
Published on 2010-06-12T13:39:26Z Indexed on 2010/06/12 13:42 UTC
Read the original article Hit count: 472

Hello everybody.

I'm trying to connect to the Team Foundation Server's ClientService.asmx web services. Over here, the TFS has webservices for retrieving work items, queries, metadata and more...a quite complete and useful set of information to get.

My problem is that trying to access these services leads to an error:

TF51313: The request ID is incorrect or not recognized

I assume it has something to do with the RequestHeader Id structure. I give it a GUID inside the code I'm working on, but I don't know how correct it is...or what value it should have to begin with.

Note: I can't use the TFS API/SDK because I am building a mobile application. Also an application on the TFS server side to communicate with the API and expose web services is not an option.

Thanks.

© Stack Overflow or respective owner

Related posts about web-services

Related posts about tfs