Skip to Content.
Sympa Menu

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

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] composite groups via SOAP


Chronological Thread 
  • From: Marie Huynh <>
  • To: Grouper Users <>
  • Subject: [grouper-users] composite groups via SOAP
  • Date: Tue, 17 Jul 2012 16:33:42 -0500

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