SOAP header namespace trouble

2016-10-11 Thread Nicholas Fechner
Hi, why, when I do this in a SOAPHandler: SOAPEnvelope envelope = smc.getMessage().getSOAPPart().getEnvelope(); SOAPHeader header = envelope.getHeader(); if (header == null) { header = envelope.addHeader(); } Name head = envelope.createName("head", "wsse", "http://handler.com";); SOAPHeaderE

WS Federation client impl with CXF

2016-10-11 Thread arthurfiddich
I am very new to the ws-* support features. One of my customer gave a WSDL to access their data. They are using Microsoft Identity Server for authentication. I am using APACHE CXF library to develop this feature. I read some document related to ws federation in CXF but I wasn't understand the whole

Re: CXF Dynamic Client datime binding

2016-10-11 Thread Vjacheslav V. Borisov
Why do you need this in first example ? try jxb:globalBindings only, without 2016-10-10 14:57 GMT+04:00 purushottam : > I am using the *CXf 2.2.12* to create the dynamic webservice client, the > dynamic client is mapping the *datetime field to XMLGregorianCalend