Re: Custom WSDL header

2009-10-29 Thread vickatvuuch
>> >> >> >> >> >> >> >> it sounds promising; do you mind sharing how to tell the bus >> that >> >> >> >> it >> >> >> >> >> >> should >> >> >> >> run my handler? >&

Re: Custom WSDL header

2009-10-26 Thread Daniel Kulp
, 2009 at 6:19 PM, vickatvuuch > >> > >> > >> > >> >> >> wrote: > >> >> >> >> Some digging led me to the WSDLQueryHandler.updateDoc method. > >> >> >> >> I could add my header elements as a

Re: Custom WSDL header

2009-10-26 Thread vickatvuuch
gt; >> there; >> >> >> >> now the question is how can I override WSDLQueryHandler with my >> >> >> >> implementation? is it possible to give CXF my derived class that >> >> >> >> >> >> extends >> >> >> >> >>

Re: Custom WSDL header

2009-10-26 Thread Daniel Kulp
gurus! > >> >> >> > > >> >> >> > I need to add a custom header element to all my endpoints as a > >> > >> place > >> > >> >> >> for > >> >> >> > >> >&g

Re: Custom WSDL header

2009-10-24 Thread vickatvuuch
For example I need to add this message xml element once: >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > and a chunk of xml in bold below, to ev

Re: Custom WSDL header

2009-10-24 Thread Benson Margulies
and a chunk of xml in bold below, to every port and every > >> >> operation: > >> >> > > >> >> > > >> >> > > >> >> > > >> >> > >> >> > encodingStyle="http:/

Re: Custom WSDL header

2009-10-24 Thread vickatvuuch
gt;> > and a chunk of xml in bold below, to every port and every >> >> operation: >> >> > >> >> > >> >> > >> >> > >> >> > > >> > encodingStyle="http://schemas.xmlsoap.or

Re: Custom WSDL header

2009-10-24 Thread Benson Margulies
> > >> > > >> > > >> > >> > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; > >> use="encoded"/> > >> > >> > part="Authentication" > >> > enco

Re: Custom WSDL header

2009-10-24 Thread vickatvuuch
mlsoap.org/soap/encoding/"; >> use="encoded"/> >> > >> > >> > I'm debugging it at the WSDLManager level and wonder if there is a >> better >> > way to do it? >> > May be a plug in or through an interceptor? >>

Re: Custom WSDL header

2009-10-23 Thread Benson Margulies
;; > use="encoded"/> > > > > > > I'm debugging it at the WSDLManager level and wonder if there is a better > > way to do it? > > May be a plug in or through an interceptor? > > > > Any help is very much appreciated. > > > > Thanks, > > -Vitaly > > > > > > > > -- > View this message in context: > http://www.nabble.com/Custom-WSDL-header-tp26030841p26034038.html > Sent from the cxf-user mailing list archive at Nabble.com. > >

Re: Custom WSDL header

2009-10-23 Thread vickatvuuch
/encoding/"; use="encoded"/> > > > I'm debugging it at the WSDLManager level and wonder if there is a better > way to do it? > May be a plug in or through an interceptor? > > Any help is very much appreciated. > > Thanks, > -Vitaly >

Custom WSDL header

2009-10-23 Thread vickatvuuch
ny help is very much appreciated. Thanks, -Vitaly -- View this message in context: http://www.nabble.com/Custom-WSDL-header-tp26030841p26030841.html Sent from the cxf-user mailing list archive at Nabble.com.