Re: java first how-to add WS-Security header to WSDL

2009-10-21 Thread vickatvuuch
; > to25958182.html >> > >> >> 2. Another question I have is how to handle sessions using CXF, can't >> >> find >> >> a good example on that.. Basic idea is to have a Auth port to >> >> authenticate >> >> a session/tok

Re: java first how-to add WS-Security header to WSDL

2009-10-20 Thread Daniel Kulp
Ah. Java first.Right. That complicates things quite a bit. This will become significantly easier with CXF 2.3 as we've added annotations that can be used to attach policies to the java class/methods and such that would appear in the WSDL.But that's 2.3, not 2.2.4. For 2.2.3, we d

Re: AW: java first how-to add WS-Security header to WSDL

2009-10-20 Thread vickatvuuch
https://issues.apache.org/jira/browse/CXF-2480> > > HTH > > Thanks > Oliver > > > > Von: vickatvuuch [mailto:vlisov...@gmail.com] > Gesendet: Di 20.10.2009 19:06 > An: users@cxf.apache.org > Betreff: Re: java first how-to add WS

Re: java first how-to add WS-Security header to WSDL

2009-10-20 Thread vickatvuuch
quot;; >> xmlns:spr="http://spring.demo/";> >> soap:mustUnderstand="1"> >> >> > >> xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur >> ity-secext-1.0.xsd" >> >> xmlns:wsu=

Re: java first how-to add WS-Security header to WSDL

2009-10-20 Thread Daniel Kulp
On Tue October 20 2009 11:28:59 am vickatvuuch wrote: > Hi All, > > I'm trying to put together a java first CXF server with WS-Security. > I have the WSS4JInInterceptor with password callback handling my requests > with clear text pass for now. > Could somebody point me into a right direction rega

java first how-to add WS-Security header to WSDL

2009-10-20 Thread vickatvuuch
lloServer.jar -- View this message in context: http://www.nabble.com/java-first-how-to-add-WS-Security-header-to-WSDL-tp25977266p25977266.html Sent from the cxf-user mailing list archive at Nabble.com.