cancel
Showing results for 
Search instead for 
Did you mean: 

recieving an attribute in the XI

Former Member
0 Kudos

hello

I am getting into the XI through WS XML with attribute xsi:nil="true" for example:

<birthDate xsi:nil="true"/>

when it get out from the XI it look like this in the XML

<birthDate/>

I would like to know if some one know if there is an option to read all the element that enter to the XI with its attributes?

maybe a Java code that in the mapping section I will put between the input and output message and to recieve everything that enter?

Thanks

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can write this using JAVA mapping.

in DOM API : u have a method to get the Attribute.

Write a condition saying if Attribute != null

then write down the element .

Put this in a loop

hope this logic wud work for u .Check DOM API for more

thx and rgds

srini

Answers (0)