Element is outputted with its namespace uri as element name

2012-08-24 Thread Jan Swaelens
Hello, I am having an issue on a stub generated with axis2 version 1.5.3. Somehow the stub generates the XML containing an element badly causing the XML to be invalid. This is how it comes out (notice bad content inside ExecuteRequest): ?xml version='1.0' encoding='utf-8'? soapenv:Envelope

Re: Element is outputted with its namespace uri as element name

2012-08-24 Thread Andreas Veithen
That is a known issue in Axiom: https://issues.apache.org/jira/browse/AXIOM-421 A workaround is to use Woodstox as StAX implementation (which is recommended anyway). Andreas On Fri, Aug 24, 2012 at 1:39 PM, Jan Swaelens jan.swael...@sofico.be wrote: Hello, I am having an issue on a stub