Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Query on Response From Web Services Call

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Query on Response From Web Services Call


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Lichten Stein <>, "" <>
  • Subject: RE: [grouper-users] Query on Response From Web Services Call
  • Date: Sat, 15 May 2010 01:29:00 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US

It looks like you are doing SOAP.  Are you using the java generated soap client classes?  (looks like it)

 

Are you just printing out the objects with toString()?  It might not be printing all fields, though the data might be there.

 

Can you run a tcp monitor (like the one built in to eclipse) and capture the XML going back and forth (or the grouper client does this if you set –debug=true, though that is Rest)

 

Thanks,

Chris

 

 

From: Lichten Stein [mailto:]
Sent: Saturday, May 15, 2010 1:22 AM
To:
Subject: [grouper-users] Query on Response From Web Services Call

 

Hello,

I have successfully installed Grouper 1.5 on a Lnux box - I have populated with sample members/groups.

I am trying to test the Web Services call - I downloaded the sample and started with WsSampleHasMemberLite.

Running the WsSampleHasMemberLite class returned the output listed below.

I was expecting the 'Response Code' given in the documentation - I'm not too sure what to make out of the output below. Can anyone help give me a prod in the correct direction?

edu.internet2.middleware.grouper.webservicesClient.GrouperServiceStub$WsHasMemberLiteResult@186c6b2[localResponseMetadata=
edu.internet2.middleware.grouper.webservicesClient.GrouperServiceStub$WsResponseMeta@1bca5f1,localResponseMetadataTracker=true,
localResultMetadata=edu.internet2.middleware.grouper.webservicesClient.GrouperServiceStub$WsResultMeta@329f3d,
localResultMetadataTracker=true,localResults={<null>},localResultsTracker=true,localSubjectAttributeNames{<null>},
localSubjectAttributeNamesTracker=true,localWsGroup=<null>,localWsGroupTracker=true,localWsSubject=<null>,localWsSubjectTracker=true]


Cheers,

Matt




Archive powered by MHonArc 2.6.16.

Top of Page