grouper-users - RE: request for help with SAOP calls to grouper 1.5
Subject: Grouper Users - Open Discussion List
List archive
- From: Chris Hyzer <>
- To: William R Brown <>, "" <>
- Subject: RE: request for help with SAOP calls to grouper 1.5
- Date: Wed, 13 Jan 2010 22:35:42 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
Im looking at this example: And I believe you need your URL to look like this: Thanks, Chris From: William R Brown
[mailto:] Thanks for the information Chris. I've
started to go down the path of working with the Rest interface for
the grouper ws. I'm throwing out this URL (in a web browser) to our
server through the Rest interface via GET and it is sending me back the
following for the result: I'm not sure what is missing from the url but
the response says something is null: <WsRestResultProblem> Do you or any others have any information about this error
message? I apologize if this answer is easily remedied from the
documentation (I'm looking at more of if now). Thanks again for your help. Bill From: Chris Hyzer [] Hey, If you are using SOAP, you need to use the SOAP url and send an
XML request in the post body, you cant put the group name in the URL (that I am
aware of). If you are using REST, then you can put the group name in the
URL. See these samples: https://spaces.internet2.edu/display/GrouperWG/Get+Members Here is a SOAP call: Depending on how the service is deployed at your school (I don’t
have access to the URL you sent me), you would connect to this URL: https://grouper.uchicago.edu/web/services/GrouperService And send something like this in the HTTP post body: <?xml
version='1.0' encoding='UTF-8'?> <soapenv:Envelope
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<ns1:getMembersLite xmlns:ns1="http://soap.ws.grouper.middleware.internet2.edu/xsd">
<ns1:clientVersion>v1_5_000</ns1:clientVersion>
<ns1:groupName> uc:org:nsit:webservices:members</ns1:groupName>
<ns1:groupUuid></ns1:groupUuid>
<ns1:memberFilter>All</ns1:memberFilter>
<ns1:actAsSubjectId> </ns1:actAsSubjectId>
<ns1:actAsSubjectSourceId></ns1:actAsSubjectSourceId>
<ns1:actAsSubjectIdentifier></ns1:actAsSubjectIdentifier>
<ns1:fieldName></ns1:fieldName>
<ns1:includeGroupDetail>F</ns1:includeGroupDetail>
<ns1:includeSubjectDetail>F</ns1:includeSubjectDetail>
</ns1:getMembersLite>
</soapenv:Body> </soapenv:Envelope> And it should return the members… Thanks, Chris From: William R Brown
[mailto:] Greetings grouper developers: I'm
using a grouper client embedded in uPortal 3.1.1. The client is using the
SOAP interface to do calls to the grouper web service but the service is
returning errors. I think the issue may be that I am not formatting the
url properly for the query but I can't seem to decode the correct format from
the documentation so I want to ask here for help. The
service is running at https://grouper.uchicago.edu/web/services I'm
attempting to get the listing of members from a group with id uc:org:nsit:webservices:members I'm
constructing the query as show below but am getting the following error Response:
Does
someone here know if the URL format is correct or if I should be querying the
SOAP interface in a different way? Thanks
for your input and advice
U
of Chicago NSIT
- Web Services |
- request for help with SAOP calls to grouper 1.5, William R Brown, 01/13/2010
- RE: request for help with SAOP calls to grouper 1.5, Chris Hyzer, 01/13/2010
- RE: request for help with SAOP calls to grouper 1.5, William R Brown, 01/13/2010
- RE: request for help with SAOP calls to grouper 1.5, Chris Hyzer, 01/13/2010
- RE: request for help with SAOP calls to grouper 1.5, GOOD Richard, 01/14/2010
- RE: request for help with SAOP calls to grouper 1.5, William R Brown, 01/13/2010
- RE: request for help with SAOP calls to grouper 1.5, Chris Hyzer, 01/13/2010
Archive powered by MHonArc 2.6.16.