Oops :-) Here you go :
https://wso2.org/repos/wso2/branches/wsas/java/2.2/wsas/java/modules/core/src/org/wso2/wsas/security/pox/POXSecurityHandler.java On Thu, Apr 16, 2009 at 8:36 PM, Sanjay Gupta <[email protected]> wrote: > Hi Ruchith, > Thanks for the quick reply. Could you please point me to the link that talks > about this solutions. > Thanks > Sanjay > > -----Original Message----- > From: Ruchith Fernando [mailto:[email protected]] > Sent: Thursday, April 16, 2009 4:31 PM > To: [email protected] > Subject: Re: Securing Axis2 REST Style Services > > Hi, > > For the REST style calls you can use HTTPS + Basic Auth > > Have a look at this [1] handler from WSO2 WSAS. This will simply add > the UsernameToken into the SOAP representation of the incoming REST > request, which will be processed by Rampart (which you have already > configured). > > Thanks, > Ruchith > > On Thu, Apr 16, 2009 at 3:04 PM, Sanjay Gupta > <[email protected]> wrote: >> HI, >> >> I have a POJO based services deployed in axis2 and it's working well. I have >> implememted the basic user/password security using rampart and it's working >> fine for SOAP calls. I generated the client using wsdl2java.My question is >> how do I secure the REST style calls. Do I need to do anything special. I >> need to deploy these services into production soon and any help or pointers >> would be greatly appreciated. >> >> Thanks >> >> Sanjay > > > > -- > http://blog.ruchith.org > -- http://blog.ruchith.org
