Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Error in Web service call to add an external user to Grouper

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Error in Web service call to add an external user to Grouper


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Peter DiCamillo <>, " Mailing List" <>
  • Subject: [grouper-users] Error in Web service call to add an external user to Grouper
  • Date: Mon, 5 Dec 2016 23:44:02 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:OsabBxUyMCckNAXlSpenj7tCZ3rV8LGtZVwlr6E/grcLSJyIuqrYZRSEu6dThVPEFb/W9+hDw7KP9fuxAipcsN3Z7zgrS99lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUhrwOhBoKevrB4Xck9q41/yo+53Ufg5EmCexbal8IRiyowjdrMYbjI9tJqotyBbCv2dFdflRyW50P1yYggzy5t23/J5t8iRQv+wu+stdWqjkfKo2UKJVAi0+P286+MPkux/DTRCS5nQHSWUZjgBIAwne4x7kWJr6rzb3ufB82CmeOs32UKw0VDG/5KplVBPklCEKPCMi/WrJlsJ/kr5UoBO5pxx+3YHUZp2VNOFjda/ZZN8WWHZNUtpUWyFHH4iybZYAD/AZMOhYsYfzukcOoxW9CwmtGOzhxTBHi2Tq3aIhz+gtDR3K0BAiEt8IrX/arM/1NKAXUe2twqXGzzXCbvJI1jfn8ITDbw4sofGWXbJxasrdx1QkGgTAjlqMqYzkPzKU2foXs2WA7upgTv6gh3Q6qwFpvDevwMEshpPXiY0I11DJ7CN0y5s7K92/TU50e9+kEJ1IuiGbMYt2Xt0tQ3tuuCkk1r0Kp4S3czYXx5Q6wRPUdv+Jc5CQ7x79TumdPSp0iXd4dL6imhq/9Eagx+LgWsWo1VtHrDRKn9bNu30I0hHf9NSLR/pl8ku81zuDyxrf5+VZLUwui6bXNposzqQtmpcRsEnOGDL9ll/sg6+MbEok//Cl6+T5bbXioZ+RL5d6hx35PKgyhMCzGPk1PA4QU2SC/uSzz6Ps8Vf+QLVXkv05ia7ZsI3cJcsGvKK5GxVV0oE/6xmhEzimzNUYnX4BLF5ffxKHkpTpO1XJIPD/DvezmUijkDBux/zeP73hBIvCLmTbnbv/Z7lx91NQxQ8uwdxC+p5ZD78BLf3vVkPtsdHVDAE2PgO1zuviDdhxyJ8SVGOXDq+cKqzSsFuI5uw1I+mLYY8YoDP9JOQl5//ujH42h0UdcLKo3ZsMdH+0BOlmI12HbnrqhNcNC3kFsRcjTODykl2NTSZTZ2quX6I7/jw7B5imDYDeRoC1nrOBxj63HoBNZm9YEFCMCmzld4GFW/cXdCKSOdFtniYFVbinV48uywuutAnkxLp7MObY4DMXuo/+1Is92+qGrRwu+CY8I8W22mSMS2Vz1jcQSiM7xpdzoEd0z1aH1a9QieZfCtoV6v9UBENyf5HGyPFiBsq3RxnMZMyhSVC6T8+gDC1rCN893pcrakd5GtOtxjTCxDbgS+sajbuWHJEut7/H0mLqD8d713vc0qQ91R8rTtYZZkO8gasqvSjCFYPT1w2yl7yrbu5UiCvG9HaRwHCmvVpTFhNoXKPDG30Tex2F/pzC+kreQur2WvwcOQxbxJvHc/MSZw==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Peter,

Thanks for the report and the code to fix it. This is in 2.3.0 API patch #37
and WS patch #5.
Can you please try it?

https://bugs.internet2.edu/jira/browse/GRP-1434

Thanks,
Chris

-----Original Message-----
From: Peter DiCamillo
[mailto:]

Sent: Saturday, December 03, 2016 2:55 PM
To: Hyzer, Chris
<>
Subject: Re: Web service call to add an external user to Grouper

I found a small problem with saving external subjects- the institution
was not being saved. Apparently some code for that was inadvertently
omitted. I was able to fix it by making the additions in the diff files
I've attached. I haven't checked the other WS operations for external
users to see if they have a similar problem.

Peter

On 8/4/16 3:51 PM, Peter DiCamillo wrote:
> Thanks! This should completely meet our needs. I'll be installing it
> soon as part of our upgrade to 2.3. I don't expect any problems, but
> I'll let you know if I encounter any.
>
> Peter
>
> On 8/3/16 12:27 AM, Hyzer, Chris wrote:
>> Three new WS operations were added:
>>
>> Find external subjects:
>> https://spaces.internet2.edu/display/Grouper/Find+External+Subjects
>>
>> External Subject Save:
>> https://spaces.internet2.edu/display/Grouper/External+Subject+Save
>>
>> External Subject Delete:
>> https://spaces.internet2.edu/display/Grouper/External+Subject+Delete
>>
>> This is included in these two patches:
>> grouper_v2_3_0_api_patch_20, grouper_v2_3_0_ws_patch_4
>>
>> Its tested and running on the demo server and works fine as far as I
>> can tell. :)
>> https://bugs.internet2.edu/jira/browse/GRP-1353
>>
>> If you want the client you need to build it from source in the 2.3
>> branch or let me know I can send you a binary or tarball or
>> whatever. (difficult to patch).
>>
>> Thanks
>> Chris
>>
>>
>> -----Original Message-----
>> From: Peter DiCamillo
>> [mailto:]
>> Sent: Monday, August 01, 2016 9:18 AM
>> To: Hyzer, Chris
>> <>
>> Cc: Keith, Christopher
>> <>;
>> Steven Carmody
>> <>;
>>
>>
>> Subject: Re: Web service call to add an external user to Grouper
>>
>> Thanks for the update. Any time fairly soon would be great.
>>
>> Peter
>>
>> On 7/28/16 11:47 PM, Hyzer, Chris wrote:
>>> Im almost done, hopefully by the end of the weekend.
>>>
>>> Thanks
>>> Chris
>>>
>>> -----Original Message-----
>>> From: Peter DiCamillo
>>> [mailto:]
>>> Sent: Thursday, July 28, 2016 2:35 PM
>>> To: Hyzer, Chris
>>> <>
>>> Cc: Keith, Christopher
>>> <>;
>>> Steven Carmody
>>> <>;
>>>
>>>
>>> Subject: Re: Web service call to add an external user to Grouper
>>>
>>> Hi, any update on this? Any idea when you might have something for us?
>>>
>>> Peter
>>>
>>> On 7/7/16 3:53 PM, Peter DiCamillo wrote:
>>>> We do want to proceed with the web services call to add an external
>>>> user. Ideally, we'd like to have it by the end of July. If you could
>>>> do it sooner we could take advantage of that. For us it doesn't have
>>>> to be a patch. So far I'm still building Grouper as I did before you
>>>> added the patch mechanism. I'll be upgrading our Grouper from 2.2.1 to
>>>> 2.3 this summer, so it can be for 2.3 with all patches.
>>>>
>>>> Peter
>>>>
>>>> On 7/7/16 10:30 AM, Peter DiCamillo wrote:
>>>>> Thanks. We're going to be discussing this at a meeting later today,
>>>>> and I'll get back to you very soon.
>>>>>
>>>>> Peter
>>>>>
>>>>> On 7/7/16 10:22 AM, Hyzer, Chris wrote:
>>>>>> Yes, we can do that for you. Not 100% sure if it can be in a patch
>>>>>> but I will let you know...
>>>>>>
>>>>>> When do you need it?
>>>>>>
>>>>>> Thanks
>>>>>> Chris
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Peter DiCamillo
>>>>>> [mailto:]
>>>>>> Sent: Thursday, July 07, 2016 10:11 AM
>>>>>> To: Hyzer, Chris
>>>>>> <>
>>>>>> Cc: Keith, Christopher
>>>>>> <>;
>>>>>> Steven Carmody
>>>>>> <>
>>>>>> Subject: Web service call to add an external user to Grouper
>>>>>>
>>>>>> Hi. We have an application at Brown that would benefit greatly from
>>>>>> being able to use Grouper Web Services to create a new external
>>>>>> user.
>>>>>> The application would gather the necessary information rather than
>>>>>> going
>>>>>> through the invitation process. It's part of a project that we
>>>>>> need to
>>>>>> complete this summer. We're still exploring our options for this,
>>>>>> and
>>>>>> we'd appreciate your input. Does that sound to you like a reasonable
>>>>>> addition to Grouper Web Services, and could it be added fairly
>>>>>> soon? Or
>>>>>> would it make sense as local mod? For a local mod, would you be
>>>>>> willing
>>>>>> to describe at high level what we would need to do? Thanks.
>>>>>>
>>>>>> Peter
>>>>>>
>




Archive powered by MHonArc 2.6.19.

Top of Page