Skip to Content
0
Former Member
Feb 14, 2008 at 12:42 PM

How to add namespace prefix to XML file?

1070 Views

I have a file(XML) to proxy scenario. I 've created an asynch Inbound message and a asynch Outbound message.

I have generated the class in Sproxy of my R/3 System.

In the Integration directory I have 2 business system :

-one which sent the file

-my r/3 system

System which send file generate XML like this:

<?xml version="1.0" encoding="UTF-8" ?>

<batch id="20080211001" customer="some customer" user="user" language="EN">

<structure>

<localization>

<string id="customer" text="Customer" />

etc........

As you see, it have not any namespace prefix.

How can I insert namespace prefix in this file with XI tools?