Hi,
I am using ABAP Proxy Outbound (XI 2.0) to create a XML File (Using File Adapter in the receiver).
ABAP Proxy -> XI -> File Adapter
I need to delete the namespace from the generated XML file. How could I do this?
Generated file:
http://www.w3.org/2001/XMLSchema-instance" CNPJ="012345678">
...
</ns1>
Needed:
<Doc3030 CNPJ="012345678">
...
</Doc3030>
Tks
Add a comment