cancel
Showing results for 
Search instead for 
Did you mean: 

namespace not coming in request message-failing in msg map

former_member183906
Active Contributor
0 Kudos

hi

Sender system is sending

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

<Req>

   <row>

      <A/>

      <B/>

   </row>

</Req>

The message is not giving output in PI message mapping as PI is expecting ns0 and xmlns in the root node and ns0 is closure of root node.

PI is expecting

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

<ns0:Req xmlns:ns0="urn:1.com:2">

   <row>

      <A/>

      <B/>

   </row>

</ns0:HanaReq>

how to handle this situation.. I have jdbc sender..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have you defined property "Document Namespace" at "Processing" tab of your JDBC Sender Channel?

former_member183906
Active Contributor
0 Kudos

Thanks for it I had missed it..

Answers (2)

Answers (2)

former_member312864
Active Participant
0 Kudos

also check below help.sap link for XMLAnonymizerBean parameters and possible value

Adding XMLAnonymizerBean in the Module Processor - Adding Modules to the Module Processor - SAP Libr...

former_member312864
Active Participant
0 Kudos

you can try XMLAnonymizerBean to handle namespace . check below link for reference