Good day! I work with one service through soap wsdl. Everything goes smoothly, but when I send some data, I need every parameter in the data that receives a NULL value to be passed through the xsi attribute: nil = 'true' and I don’t know how to do it. Simply put, I need the record to be like this:
<area_common_property xsi:nil="true"/> And she is:
<area_common_property >NULL</area_common_property> How to add an attribute xsi: nil = 'true' to an element in SOAP?