It's all about the answers!

Ask a question

A Visual Basic or C# utility using Team Concert API


Elisabeth Carbone (616108) | asked Jul 13 '09, 12:16 p.m.
JAZZ DEVELOPER
Is it possible to write a Visual Basic or C# utility using Team Concert API to access Source control and Work Items.

What are the best options?
Are there any examples?

Thanks,
Elisabeth

One answer



permanent link
Sandeep Kohli (1413) | answered Jul 14 '09, 2:28 p.m.
JAZZ DEVELOPER
The goal of Jazz Foundation Project ( through Jazz Integration architecture ) is to provide data and services through resource oriented web services.

These web services use URIs, HTTP methods, and XML and JSON, that work like the rest of the Web. The protocol is stateless; client state is carried in the client; server state is explicitly reflected in the resources.

Please take a look at https://jazz.net/projects/jazz-foundation/

While not all possible services and data is available through REST web services right now, its progressively becoming available and sooner or later most of it would be available.

So you should be able to write a client in any language including C# or VB to consume the data or invoke these services.

-Sandeep

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.