As Andrew says, REST solution is the best way and I use it in my CAS Server instead SOAP.
Regards, Diego Diego Benedicto wrote: > > Hi, > > All the information I have found about SOAP is in this mailing list... > > Summarizing, you need to expose the interface CentralAuthenticationService > with xFire http://xfire.codehaus.org/ > > In the interface CentralAuthenticationService you will need to add a new > method (for example, "createTicketGrantingTicketUserPass") that receive > as parameter an implementation of Credentials (for example, > UsernamePasswordCredentials) > > And in the implementation class (CentralAuthenticationServiceImpl) you > will have to implement this method, simply returning > createTicketGrantingTicket(parameter) > > > You can use REST instead SOAP, using Restlet Framework in CAS Server > > Hope it helps, regards, > Diego > > > > > Nishant-7 wrote: >> >> Hi, >> >> Can anyone has implemented SOAP with CAS? >> or any tutorial that can help me to work with SOAP? >> I do not get any tutorial on internet? >> >> Please help me.. >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-user >> >> > > -- View this message in context: http://www.nabble.com/CAS-with-SOAP-tp24680020p24680370.html Sent from the CAS Users mailing list archive at Nabble.com. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
