cancel
Showing results for 
Search instead for 
Did you mean: 

anonymize namespaces in SFTP adapter

Robert_d_Hoedt
Explorer
0 Kudos

Hi,

We are moving from an File receiver to an SFTP receiver.

In the File receiver i have the XMLAnonymizerBean active with parameter "anonymizer.acceptNamespaces" and value "xyz ns0"

After mapping my message looks like

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

<ns0:ORDERS05 xmlns:ns0="urn:sap-com:document:sap:idoc:messages">

......

</ns0:ORDERS05>

After the file adapter my message look like

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

<ORDERS05>

......

</ORDERS05>

Is it possible to accomplish the same transformation in the SFTP adapter?

If so how to do that? What modules to use? What order for the modules? What parameters to use? Etc. Etc.

If it cannot be done, is it possible to accomplish this in the mapping?

Regards

Robert

Accepted Solutions (0)

Answers (0)