Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] composite groups via SOAP

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] composite groups via SOAP


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Marie Huynh <>, Grouper Users <>
  • Subject: RE: [grouper-users] composite groups via SOAP
  • Date: Wed, 18 Jul 2012 03:43:58 +0000
  • Accept-language: en-US

Sorry, you cant do this with groupSaveLite, you need to use the non-lite groupSave…

Just send a detail in the WsGroup… if you need an example let me know

 

Thanks,

Chris

 

From: [mailto:] On Behalf Of Marie Huynh
Sent: Tuesday, July 17, 2012 5:34 PM
To: Grouper Users
Subject: [grouper-users] composite groups via SOAP

 

Hi,

 

I would like some help setting up composite groups via web services.  I am using groupSaveLite() and see the boolean includeGroupDetail for the return, but not an option for sending in the GroupDetail to set it.  I found this in the wsdl:

 

             <xs:complexType name="WsGroupDetail">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="attributeNames" nillable="true" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="attributeValues" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="compositeType" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="createSubjectId" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="createTime" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="hasComposite" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="isCompositeFactor" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="leftGroup" nillable="true" type="ns:WsGroup"/>
                    <xs:element minOccurs="0" name="modifySource" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="modifySubjectId" nillable="true" type="xs:string"/>
                    <xs:element minOccurs="0" name="modifyTime" nillable="true" type="xs:string"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="params" nillable="true" type="ns:WsParam"/>
                    <xs:element minOccurs="0" name="rightGroup" nillable="true" type="ns:WsGroup"/>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="typeNames" nillable="true" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>

Are there examples of how to use this [in SOAP]?  

 

Thanks,

 

Marie

 

 

Reference:

 

http://anonsvn.internet2.edu/viewvc/viewvc.py/i2mi/trunk/grouper-ws/grouper-ws/doc/api/edu/internet2/middleware/grouper/ws/GrouperServiceLogic.html?view=co#groupSaveLite(GrouperVersion, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, SaveMode, java.lang.String, java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, java.lang.String, java.lang.String, TypeOfGroup)

 

 




Archive powered by MHonArc 2.6.16.

Top of Page