Team Foundation Error: The request ID is incorrect or not recognized
- by Andrei
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.