|
|
|
|
|
by shmerl
4704 days ago
|
|
I still didn't get that. In SOAP request empty value should be clearly distinct from the string with "Null" value, as well as from the nil case. For example: <elem>Null</elem> - element equal to "Null" <elem/> - empty element (can also have a nil attribute set to true). |
|