cancel
Showing results for 
Search instead for 
Did you mean: 

Namespace in Payload

Former Member
0 Kudos

Hi,

I have completed the configuration and design to receive the invoice message from our partners.

As there are 2 partners, I have configured receivers in Receiver determination by defining the conditions.

It is not working if the payload contains namespace. Please see the namespace in the payload

<?xml version="1.0"?>

<Invoice Version="4.0"

xmlns="urn:cidx:names:specification:ces:schema:all:4:0"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

</Invoice>

It is working if the payload does not contain namepace. That is as shown below:

<?xml version="1.0"?>

<Invoice Version="4.0"

</Invoice>

FYI -- I have used xpath, prefix and also context objects, still facing the problem.

Can you propose any solution how to handle?

Thanks,

Suraj Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

Use XMLAnonymizerBean

[http://help.sap.com/saphelp_nw04/helpdata/en/45/d169186a29570ae10000000a114a6b/content.htm]

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5767] [original link is broken] [original link is broken] [original link is broken];

- Gujjeti.