cancel
Showing results for 
Search instead for 
Did you mean: 

XMLAnonymizerBean doesnt work

Former Member
0 Kudos

HELLO.

I am trying to use XMLAnonymizerBean to delete the extra namespace from my input xml, but it doesnt work.

I have add following parameter on my soap sender communication channel :

AF_Modules/XMLAnonymizerBean----- Local Enterprise Bean ----- 0 ( after this module there is sap.com/com.sap.aii.af.soapadapter/XISOAPAdapterBean)

In the module configuration I added :
0-----anonymizer.acceptNamespaces--------- urn:sap-com:document:sap:rfc:functions rfc
0------anonymizer.quote----------'

My input looks like :

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <urn:BAPI_PO_CREATE xmlns:urn="urn:sap-com:document:sap:rfc:functions" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

and I want it as

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

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

If there anything i have to do apart from adding the module and its parameters in my sender SOAP communication channel ?

Many Thanks.

Indrani

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

The sender SOAP adapter does not support additional modules. Put the module to the receiver channel.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Soap Sender Adapter does not take any modules. It cannot be enhanced

so you cannot use AnonymizerBean in SOAP sender adapter.

Regards

Vishnu