<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<a1:Person id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/ComplexTypeDemo/ComplexTypeDemo%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull">
<name id="ref-3">Francesca</name>
<father href="#ref-4"/>
<mother href="#ref-5"/>
</a1:Person>
<a1:Person id="ref-4" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/ComplexTypeDemo/ComplexTypeDemo%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull">
<name id="ref-6">John</name>
<father xsi:null="1"/>
<mother xsi:null="1"/>
</a1:Person>
<a1:Person id="ref-5" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/ComplexTypeDemo/ComplexTypeDemo%2C%20Version%3D1.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull">
<name id="ref-7">Diana</name>
<father xsi:null="1"/>
<mother xsi:null="1"/>
</a1:Person>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
