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" ?>
- 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