Skip to Content
0
Former Member
Jul 22, 2008 at 09:27 AM

delete an element

28 Views

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