[Building Sakai] [sakai mailman] [Using Sakai] Sakai Webservices - Axis

Sean Keesler sean.keesler at threecanoes.com
Fri Dec 10 09:39:02 PST 2010


Sandeep,

Take a look at the example in perl on the wiki:
http://confluence.sakaiproject.org/display/WEBSVCS/WS-Perl

You see that a call to the login service is made to retrieve a
session, which is used in subsequent webservice calls.

Sean



On Fri, Dec 10, 2010 at 11:56 AM, Clay Fenlason
<clay.fenlason at et.gatech.edu> wrote:
> I'm not sure what that response means, but I can say that I received
> your message through the sakai-dev list, so it seems to have gone
> through.
>
> ~Clay
>
> On Fri, Dec 10, 2010 at 11:48 AM, sandeep nair <sandeep.nair85 at gmail.com> wrote:
>> Thanks Clay,
>>
>> Its really confusing how to use. You mean i need to create account for each
>> mailing list i need to join. if so i joined that and created a new account
>> in that but it still says Pending Alert: This post has NOT been accepted by
>> the mailing list yet.
>>
>>
>>
>> On Fri, Dec 10, 2010 at 1:44 PM, Clay Fenlason <clay.fenlason at et.gatech.edu>
>> wrote:
>>>
>>> Welcome, Sandeep.
>>>
>>> First, the developer list (sakai-dev) is public just as this one is,
>>> and you can subscribe at:
>>>
>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>>>
>>> Second, I'm a little out of my depth here, and will probably use the
>>> wrong words, but I believe the sessionid refers to the web service
>>> session (i.e. the session your app would open), and is not an
>>> assumption that the user is logged in. If you're going to try to do
>>> something, Sakai needs to know that you're allowed to, and webservices
>>> aren't intended to allow you to run around that.
>>>
>>> You can see more of the details in the jws files [1], which may answer
>>> other questions or give you some ideas for writing your own
>>> webservices.
>>>
>>> For more (and better) suggestions on the details of your application
>>> and its approach, I'll refer you to the good people on sakai-dev.
>>>
>>> ~Clay
>>>
>>> [1] https://source.sakaiproject.org/svn/webservices/trunk/axis/src/webapp
>>>
>>> On Fri, Dec 10, 2010 at 8:12 AM, sandeepnair85 <sandeep.nair85 at gmail.com>
>>> wrote:
>>> >
>>> > Sorry about this, but I tried posting the same in Development Mailing
>>> > list
>>> > and it development and it said you dont have permission so am posting it
>>> > here.
>>> >
>>> > I was looking at the wsdls that are provided by sakai for webservices. I
>>> > see
>>> > that even for creating account you need a sessionid. Is it because it
>>> > assumes users will always be created by someone who has logged in or is
>>> > there is a webservice available to create an account without sessionid
>>> >
>>> > Besides i have follwoing queries.
>>> >
>>> > I have a web application. I think i will integrate sakai using
>>> > webservice,
>>> > so that user when he creates an account in my web application, his
>>> > account
>>> > will be created in sakai using web service.
>>> >
>>> > Whenever he logs into my application, i will make him login in sakai
>>> > using
>>> > webservice and store the session information.
>>> >
>>> > Now i want to show a link in my application, clicking on which the user
>>> > should be redirected to sakai app. Is that possible?
>>> >
>>> > Regards,
>>> > Sandeep
>>> > --
>>> > View this message in context:
>>> > http://sakai-project-mail-list-archives.1343168.n2.nabble.com/Sakai-Webservices-Axis-tp5823003p5823003.html
>>> > Sent from the DG: User / Using Sakai
>>> > (sakai-user at collab.sakaiproject.org) mailing list archive at Nabble.com.
>>> > _______________________________________________
>>> > sakai-user mailing list
>>> > sakai-user at collab.sakaiproject.org
>>> > http://collab.sakaiproject.org/mailman/listinfo/sakai-user
>>> >
>>> > TO UNSUBSCRIBE: send email to
>>> > sakai-user-unsubscribe at collab.sakaiproject.org with a subject of
>>> > "unsubscribe"
>>> >
>>
>>
> _______________________________________________
> mailman mailing list
> mailman at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/mailman
>
> TO UNSUBSCRIBE: send email to mailman-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
>


More information about the sakai-dev mailing list