cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with XMLAnonymizerBean in PI711 Filereceiver

Former Member
0 Kudos

Hi

How to achieve the following using xmlanonymizerbean in PI 7.11, file receiver adapter

OLD(existing):

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

<nr1:FullDelivery xmlns:nr1="http://mysite.max">

<nr1:DataSupplierCVR>25337565</nr1:DataSupplierCVR>

<nr1:DataSupplierSysCode>BS3</nr1:DataSupplierSysCode>

NEW(desired):

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

<x00:FullDelivery xmlns:x00="http://mysite.max">

<x00:DataSupplierCVR>25337565</x00:DataSupplierCVR>

<x00:DataSupplierSysCode>BS3</x00:DataSupplierSysCode>

Processing/file type in receiver adapter is Binary.

In my "module" tab of the adapter, I have

Processing sequence:

-


number = 1

Module name = AF_Modules/XMLAnonymizerBean

Type = Local Enterprise Bean

Module key = 0

Number = 2

Module Name = CallSapAdapter

Type = Local Enterprise Bean

Module key = 1 (old value was 0 but I changed this to 1!)

Module Configuration:

-


Module key = 0

Parameter Name = anonymizer.acceptNamespaces

Parameter Value = http://mysite.max x00

Module key = 0

Parameter Name = anonymizer.quote

Parameter Value = '

But NOTHING happens with the payload, it is NOT changed at all.

We are using PI 7.11 patch level 3

Will appreciate any help, I have looked at Stefan Grube blog put it did not help me

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

If nothing happens at all, it might be a cache issue.

You message monitor of Adapter framework if the module is called.

Answers (0)