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

Accepted Solutions (0)

Answers (3)

Answers (3)

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

Former Member
0 Kudos

Hi

"urn:sap-com:document:sap:rfc:functions"

Means u have displayed u r Receiver RFC Inbound Interface , how it could change .

Take the test xml from SXI_MONITOR and test u r mapping in test tab , see output xml structure.

Try to re import the RFC from u r SAP system.

What is u r Scenario Proxy ---> RFC ??

Which interface is having extra namespace ?? Outbound r Inbound , by u r post u show prob in Inbound RFC side as said above

rgds

srini

Former Member
0 Kudos

Hi

Try to reactive the proxies and check

rgds

srini

infra_team
Explorer
0 Kudos

I had regenerated and reactivated the proxy but still the same problem