RE: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Fritz , Jürgen
To: users@camel.apache.org Subject: Re: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox Hi What older version of Camel and camel-cxf were you using that worked? You are also welcome to log a JIRA about this NPE. From the debugger if you change that nsUrl from null

Re: SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Claus Ibsen
Hi What older version of Camel and camel-cxf were you using that worked? You are also welcome to log a JIRA about this NPE. >From the debugger if you change that nsUrl from null, to that SOAP namespace, does it work then? And what if you change the nsUrl to be an empty string? On Mon, Aug 27,

SOAP request causing null namespace URI in SimpleNsStreamWriter camel-cxf/woodstox

2018-08-27 Thread Fritz , Jürgen
Getting NullPointer at com.ctc.wstx.sw.SimpleNsStreamWriter.writeNamespace(SimpleNsStreamWriter.java:134), Because parameter nsURI is null. (full stack trace below) First call of this method prefix="soapenv", nsURI=null Second call: prefix="soap",