Hi,
One of the web services I'm consuming required an internal element to have its namespace nullified. Something like this:
<PedidoEnvioLoteRPS xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns="
http://www.prefeitura.sp.gov.br/nfe">
<Cabecalho Versao="1" xmlns="">
</Cabecalho>
</PedidoEnvioLoteRPS>
Is there any easy way to achieve the xmlns="" part with scalaxb? I'm already using scalaxb generated beans and except for th namespaces, everything else seems fine.
By the way, this xml is defined in a separated xsd file, which is independent (loosely-coupled as we talked some time ago I think) from the wsdl file for the W.S.
thanks!
[]s,
--
Paulo "JCranky" Siqueira
Visit my blog:
http://www.jcranky.com/