cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy additional namespace

infra_team
Explorer
0 Kudos

Hi,

I just applied SP14-18 to our PI 7.0 and noticed that now, ABAP proxy adds an additional namespace to my documents:

Before:

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

<nr1:ZZ_CREATE_SE_FR_EINVOICE xmlns:nr1="urn:sap-com:document:sap:rfc:functions">

After:

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

- <n0:ZZ_CREATE_SE_FR_EINVOICE xmlns:n0="urn:sap-com:document:sap:rfc:functions"

xmlns:prx="urn:sap.com:proxy:PX3:/1SAI/TAS00000000000000000003:700:2008/06/25">

I am sending documents via RFC to a 4.6C R/3 and after the patch, the R/3 no longer receives the documents. I suspect this is due to this additional namespace.

How can I remove/suppress this namespace?

Thanks and regards,

WCP

View Entire Topic
stefan_grube
Active Contributor
0 Kudos

Use XMLAnonymizerBean in the receiver RFC channel to filter all unwanted namespaces from the message.

Maybe you open an OSS ticket as well.

Regards

Stefan