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