Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Grouper WS REst calls using Subject identifiers

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Grouper WS REst calls using Subject identifiers


Chronological Thread 
  • From: "Doppala, Karthik" <>
  • To: Chris Hyzer <>, "" <>
  • Subject: [grouper-users] RE: Grouper WS REst calls using Subject identifiers
  • Date: Thu, 1 May 2014 22:51:35 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;

Hi Chris,

So for SOAP; my payload is as follows using a subject identifier:

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://soap_v2_1.ws.grouper.middleware.internet2.edu/xsd">

   <soapenv:Header/>

   <soapenv:Body>

      <xsd:getGroupsLite >

         <xsd:clientVersion>2.0.0</xsd:clientVersion>

         <xsd:subjectIdentifier></xsd:subjectIdentifier>

          </xsd:getGroupsLite>

   </soapenv:Body>

</soapenv:Envelope>

 

What is the corresponding Rest call using subjectIdentifier

We use PPID as our Subject_ID

 

http:// dev.it.ucla.edu:8080/grouper-ws/servicesRest/xml/v2_1_5/subjects/Subject_ID works fine.

 

I am trying to make a similar call using subjectIdentifier.

 

Thanks,

Karthik

 

From: Chris Hyzer [mailto:]
Sent: Wednesday, April 30, 2014 7:32 PM
To: Doppala, Karthik;
Subject: RE: Grouper WS REst calls using Subject identifiers

 

All of the web service transports support the exact same functions… so rest calls do support subject identifiers.  Can you give an example of what you are trying?

 

Thanks,

Chris

 

From: [] On Behalf Of Doppala, Karthik
Sent: Wednesday, April 30, 2014 6:32 PM
To:
Subject: [grouper-users] Grouper WS REst calls using Subject identifiers

 

Hi ,

It doesn’t seem like the Rest calls support the use of subject identifiers unlike SOAP, is that right? Could someone please confirm this.

 

Thanks,

Karthik




Archive powered by MHonArc 2.6.16.

Top of Page