Securing SimpleHTTPServer

2010-08-26 Thread Radim Kolar
Is there an example how to secure embedded SimpleHTTPServer using HTTP authentification? One combination of username/password will be enough for all web services served by it -- View this message in context: http://old.nabble.com/Securing-SimpleHTTPServer-tp29549958p29549958.html Sent from the A

Re: Axis2+LDAP

2010-08-26 Thread Prabath Siriwardana
[1] will be helpful.. Thanks & regards, -Prabath [1]: http://blog.rampartfaq.com/2009/08/how-to-do-usernametoken-authentication.html On Thu, Aug 26, 2010 at 4:04 PM, Nirav wrote: > > Are there convenient strategies to use Axis2 and Rampart to process > UserNameToken in WS-Security, authenticat

axis 1.5 osgi bundle

2010-08-26 Thread Ajai Joy
Hi, Has anyone used a axis 1.5 osgi & maven bundle. I could get axis 1.4 osgi bundle from springsource.com but not axis 1.5 - Any ideas ? I have spent a lot of time on this with no luck. Any help will be appreciated. -- Best Regards, Ajai Joy

Re: decoding to UTF-8

2010-08-26 Thread Tim-Christian Mundt
Thanks, Anish, for your response. The problem was not the response from the web service. Something must have been completely mixed up. I set the Java option -Dfile.encoding to utf-8 which solved the write to file problem and also put this in the code: if (req.getCharacterEncoding() == null)

Axis2+LDAP

2010-08-26 Thread Nirav
Are there convenient strategies to use Axis2 and Rampart to process UserNameToken in WS-Security, authenticating to LDAP (Active Directory)? -- View this message in context: http://old.nabble.com/Axis2%2BLDAP-tp29540947p29540947.html Sent from the Axis - User mailing list archive at Nabble.com.