Re: [cas-dev] Exception while using Restful API

2009-06-23 Thread Ram Mohan
The problem is resolved. It seems i provided incorrect parameters and also my customized beans are not supporting this restful API. the necessary corrections were made in the bean. its working fine. Thanks, Ram On Mon, Jun 22, 2009 at 11:06 PM, Ram Mohan wrote: > yes, these statements are gettin

Re: [cas-dev] Exception while using Restful API

2009-06-22 Thread Ram Mohan
yes, these statements are getting printed. the return code of TGT is 501. and the exception reported is the message body. as there was an exception while TGT generation, TGT is returned as null. the log, which Marvin is talking about is generated while trying to get ST with this TGT. -Ram On Mon,

Re: [cas-dev] Exception while using Restful API

2009-06-22 Thread Marvin Addison
I see you have some print statements for printing out the TGT. Can you even get that far? In the stack trace you sent, it appears you aren't sending a TGT, thus the line: M -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change setting

Re: [cas-dev] Exception while using Restful API

2009-06-22 Thread Ram Mohan
Hi, Any idea why this problem is coming up? is there an issue on how i am accessing the API calls. Java client code for restful APIs would have been implemented before. is there a chance for me to have a look at these examples. -Ram On Fri, Jun 19, 2009 at 1:40 AM, Ram Mohan wrote: > Changed th

[cas-dev] Exception while using Restful API

2009-06-18 Thread Ram Mohan
Changed the subject to an appropriate one -- Forwarded message -- From: Ram Mohan Date: Fri, Jun 19, 2009 at 12:16 AM Subject: Re: [cas-dev] Need help in authenticating without using login UI To: cas-dev@lists.jasig.org Thanks Andrew for these pointers. they cleared my concepts