cancel
Showing results for 
Search instead for 
Did you mean: 

delete an element

Former Member
0 Kudos

hello

I have an WS2RFC. in the xml that the XI recieves there is xsi:nil="true". as far as I know it should delete the element, but the XI will translate it, and will get an empty element with no value.

for example

Enter from WS

<maritalStatus xsi:nil="true"/>

Enter to XI

<maritalStatus />

Thanks

Kfir

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

didnt find the problem

Former Member
0 Kudos

in advanced to the problem, I defined most of the fields with xsi, and I have some elements that does not appear in the out put, and some does, and I have the same definitions.

for example

<adressItem>

<updatingSystem>Z004</updatingSystem>

<cityName xsi:nil="true"/>

<streetName xsi:nil="true"/>

<houseNumber xsi:nil="true"/>

<houseLetter xsi:nil="true"/>

<zipCode xsi:nil="true"/>

<pob xsi:nil="true"/>

<emailAddress xsi:nil="true"/>

</adressItem>

every thing is going over to the XI beside emailAddress while all of them defined the same.

Thanks