Re: CXF adding all unused namespaces from wsdl into request

2018-08-07 Thread Daniel Kulp
> On Aug 7, 2018, at 10:08 AM, geetha.kadh...@gmail.com wrote: > we are facing an issue where our web services requests are getting "Fault > error" response because of additional unused namespaces were sent the request. > > Can anyone know how we can make cxf ignore to add the unused

AW: How to get username of authenticated user to create a token for a downstream call

2018-08-07 Thread Burkard Stephan
Yes, you understood it correct. Thanks a lot, I was able to find a solution with the help of your code snippets. Interesting enough: since I use Apache Camel I can simply set an ExchangeProperty on the Camel Exchange and Camel automatically copies it on the CXF RequestContext. Very

CXF adding all unused namespaces from wsdl into request

2018-08-07 Thread geetha . kadhiri
Hi, we are facing an issue where our web services requests are getting "Fault error" response because of additional unused namespaces were sent the request. Can anyone know how we can make cxf ignore to add the unused namespaces into request ? Thanks Geetha