Well, using WS-Security username / password token should work. It should delegate to JAAS, hence go to the ldap login module if configured properly.
On Wed, Jun 11, 2008 at 2:43 AM, Bruce Snyder <[EMAIL PROTECTED]> wrote: > On Tue, May 27, 2008 at 6:46 AM, pratibhaG <[EMAIL PROTECTED]> wrote: >> >> Here I don't want to hit the request from browser. One of my application will >> send the XML request through HTTP client. >> How can I pass the user name and password with my request? and how would I >> retrieve them to send them to LDAPLoginModule? > > There is currently no manner in which to sent the username/password in > the XML request, but you can certainly create a custom marshaler that > handles this. I've begun to put together some info on marshalers here: > > http://servicemix.apache.org/marshalers.html > > Bruce > -- > perl -e 'print unpack("u30","D0G)[EMAIL > PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache ActiveMQ - http://activemq.org/ > Apache Camel - http://activemq.org/camel/ > Apache ServiceMix - http://servicemix.org/ > Apache Geronimo - http://geronimo.apache.org/ > > Blog: http://bruceblog.org/ > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
