[closed] Are there are examples of a working C# REST client for creating work items?
Hello,
I am busy trying to create a working REST client in Visual Studio (C#) that creates work items but I am having trouble with getting it to work. I can resolve the factory URL and create a work item to POST to the URL, but I can't get it to work. The error I am currently facing is:
Data at the root level is invalid. Line 1, position 1.
Is there a working skeleton client or a tutorial somewhere that I can reference to see what I am doing wrong?
Thank you and best regards,
Andrew
The question has been closed for the following reason: "Programming parsing error that was identified and resolved." by spriteburn Jan 21 '14, 5:45 a.m.
Comments
Piotr Aniola
Jan 20 '14, 7:24 a.m.Does the same REST request work when you're using Java?
Andrew Trobec
Jan 20 '14, 7:55 a.m.@paniola
Piotr Aniola
Jan 20 '14, 8:09 a.m.So, how exactly does your request look like? It seems to me, based on the error message, that there is something wrong with the request, rather than with the C# language.
Andrew Trobec
Jan 21 '14, 5:43 a.m.@paniola