cancel
Showing results for 
Search instead for 
Did you mean: 

how to change XML version in outbound XML file generated in XI

Former Member
0 Kudos

Hi, I am getting following two records in the beginnning of my out bound XML file.

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

<ns0:MT_WPUUMS01_Salesdata xmlns:ns0="http://ws-sapretail-pos.com/salesdata">

Is there any control in XI to modify these two lines, in outbound files.

Also, for inbound files, is there any way to process messages successfully, even if XML files from other systesm comes in different formats (xml version tag and nso tag lines)

Accepted Solutions (0)

Answers (3)

Answers (3)

nisarkhan_n
Active Contributor
0 Kudos

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

<ns0:MT_WPUUMS01_Salesdata xmlns:ns0="http://ws-sapretail-pos.com/salesdata">

these two lines will be added when you create the Message type name

MT_WPUUMS01_Salesdata is the message type name

http://ws-sapretail-pos.com/salesdata">; is the name of your namespace......

so if you want to chage these two lines in each XML build your MT and namespace accordingly.......

even when you are importing the XML from o ther systems, you dnt have to worry about these tages as you import them in external definitation and select them only in message interface........should not be a problem if you import the XML from other systems

whole conecpt is when you add these two lines it will convert the XSD to XML so when you have the XML form other system you only need to crer ate the WSDL out of it...

let me know if i am not clear or if i understood your question wrong....

Former Member
0 Kudos

Hi,

I also have the same problem ...Is it possible to remove the NSO tag from the output.

Thanks,

Vijay Naredla

nikhil_bose
Active Contributor
0 Kudos

hi rajaram,

your question is not clear to answer. i am giving a try..

so you are getting the same xml in the outbound.

try with the mapping test ( both Message mapping and Interface mapping)

check your mapping and the record structure name used.

regards,

nikhil bos

<i>**reward if helpful

Former Member
0 Kudos