Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Consuming Grouper Web Services

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Consuming Grouper Web Services


Chronological Thread 
  • From: "Klug, Lawrence" <>
  • To: Chris Hyzer <>, "" <>
  • Subject: [grouper-users] RE: Consuming Grouper Web Services
  • Date: Tue, 19 Jun 2012 21:00:20 +0000
  • Accept-language: en-US

Once again, thanks much Chris!  I was not looking forward to parsing XHTML ;-)

 

From: Chris Hyzer [mailto:]
Sent: Tuesday, June 19, 2012 12:02 PM
To: Klug, Lawrence;
Subject: RE: Consuming Grouper Web Services

 

Get XML or JSON back…

 

/grouper-ws/servicesRest/xml/v2_1_000/groups/aStem%3AaGroup/members/10021368

 

/grouper-ws/servicesRest/json/v2_1_000/groups/aStem%3AaGroup/members/10021368

 

 

Ok?

 

You can also set the content type of the request and it can use that instead of the URL…

 

See these samples:

 

http://anonsvn.internet2.edu/viewvc/viewvc.py/i2mi/trunk/grouper-ws/grouper-ws/doc/samples/

 

Thanks,

Chris

 

 

From: On Behalf Of Klug, Lawrence
Sent: Tuesday, June 19, 2012 2:40 PM
To:
Subject: [grouper-users] Consuming Grouper Web Services

 

Wrote a demo app that performs Grouper REST calls using Spring RESTTemplate.  The response is XHTML and I’m finding it difficult to parse.

 

Is there a better approach to the scenario – calling Grouper Web Services from a java program?

 

Thanks,

 

Lawrence




Archive powered by MHonArc 2.6.16.

Top of Page