pass "Null" to a SOAP web service

 Case: 1

currentChild.appendChild(xmlSpecialCharsFilter(Object(value)));



Case: 2

currentChild.appendChild("null");



Case: 3

var thisIsNotNull:XML = <root>null</root>;

if(thisIsNotNull == null){


}

Comments