There's some stuff commented out here: http://developer.ja-sig.org/source/viewrep/jasig/cas3/webapp/WEB-INF/cas-servlet.xml?r=1.37 http://developer.ja-sig.org/source/viewrep/jasig/cas3/webapp/WEB-INF/web.xml?r=1.17
You'll also need to include the xfire jar (or uncomment it in the maven build and run maven). Note that you will need to create an interface (and implementation) that accepts your specific credentials (rather than the generic interface) and delegates to the actual CentralAuthenticationServiceImpl. -Scott DEVAL SHAH wrote: > Hello Scott, > Thanks for the help. Where can I find the configuration examples of CAS and > xFire. > > Thanks > Deval > > > > >> From: Scott Battaglia <[EMAIL PROTECTED]> >> Reply-To: Yale CAS mailing list <[email protected]> >> To: Yale CAS mailing list <[email protected]> >> Subject: Re: Using CAS through web service >> Date: Fri, 16 Jun 2006 14:10:20 -0400 >> >> Deval, >> >> CAS can be exposed via a web service. We've successfully used xFire and >> Axis. CAS has configuration examples included for using xFire. However >> you will need to do a little work to do the Interface that will be >> exposed as the web service. >> >> -Scott >> >> DEVAL SHAH wrote: >> >>> Hello, >>> I have just started using CAS. I tested the cas.war and it works fine. >>> >> Now I >> >>> would like to the following: >>> I have a standalone desktop application. I would like this application >>> >> to >> >>> get a ticket from CAS server. Is this possible? It is not a web-based >>> application so how will this be done ? Will there be some web service >>> >> which >> >>> I can talk too. >>> >>> Thanks in advance >>> Deval >>> >>> >>> _______________________________________________ >>> Yale CAS mailing list >>> [email protected] >>> http://tp.its.yale.edu/mailman/listinfo/cas >>> >>> >> _______________________________________________ >> Yale CAS mailing list >> [email protected] >> http://tp.its.yale.edu/mailman/listinfo/cas >> > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
