Web Services API :: Discussion Tool

J

jpk236

Right now I'm developing a stand alone application in C# which integrates
with Microsoft Groove 2007, using the Groove 2007 Web Services API.

My application needs to take its output and create an entry in the
Discussion Tool with the output as the body.

The Groove V3 API had a GrooveDiscussion API, but this has apparently been
deprecated in Groove 2007.

Is there still a way to create a discussion entry with the Groove 2007 API?
 
F

Fabrice BARBIN

Groove 2007 discussion tool is now based on Groove Forms.

There's no dedicated Groove Discussion API anymore but you can use
Groove Forms API to read data from / write data to this new discussion
tool.

2 ways to discover fields name to use in your Web Services requests:
- Get Forms Schema to discover fields name (programmatic approach)
- In your discussion tool, right click on a entry, click on properties
then "Fields" tab and you will see all fields available (Quick approach)

Hope it helps...

--
Fabrice BARBIN
Hommes & Process (www.hommesetprocess.com)
GrooveIT! for Microsoft Office Outlook (www.grooveit.biz)


c1sbc a écrit :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top