cancel
Showing results for 
Search instead for 
Did you mean: 

nr1 to ns0

Former Member
0 Kudos

Hi All,

When i am trying to test ABAP Client proxy, the message is catcing ns1 as name space prefix( But my XI system is expecting ns0 as name space prifix) as a result i am having maping error..

how to resolve this problem.. i need to get ns0 instead of nr1.. below message contain nr1 ( this is in R3) and the same message is

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

<nr1:MT_File2JDBC_Out xmlns:nr1="http://File2JDBC/"><

Recordset>

<Rows><sname>This is a string 1</sname>

<snum>This is a string 2</snum>

</Rows>

</Recordset>

</nr1:MT_File2JDBC_Out>

Thanks,

Subbu

Accepted Solutions (0)

Answers (3)

Answers (3)

VijayKonam
Active Contributor
0 Kudos

You can use XMLANONYMIZERBEAN. Check the documentation.

VJ

Former Member
0 Kudos

Subbu,

Even after re-generating the proxy, if you get the nr1 in your namespace, then go for Java / XSLT mapping to remove / change the namespace. This should be done before the actual data mapping.

Custom module is also an option, but unfortunately you won't be able to use in your case.

Regards,

Neetesh

Edited by: Neetesh Raj on Nov 9, 2009 11:20 AM

Former Member
0 Kudos

Hi Rama,

Did you change the mapping/message type/data type recently? Did you scenario ever worked?

Try to regenerate the proxy, message type,data type and MI.

Pooja Pandey