THines
13 years agoNew Contributor
Switching between XML and Form view loses null
This seems to happen most often if I copy one of our requests from Firebug into soapUI then switch to form view. If I switch back to XML view it has stripped out all the i:nil="true" references on any complex types.
Example:
This:
Turns into:
Our schema is fine (I'm assuming - according to dev nothing has changed) because if I start with a new request from SoapUI it puts in the xsi:nil="true" successfully.
Anonymous Complex Type:
This used to work fine. We're using 4.5.1.
Thanks.
Example:
This:
<CreateAdditionalProperties i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
Turns into:
<CreateAdditionalProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
Our schema is fine (I'm assuming - according to dev nothing has changed) because if I start with a new request from SoapUI it puts in the xsi:nil="true" successfully.
Anonymous Complex Type:
<xs:element minOccurs="0" name="CreateAdditionalProperties" nillable="true" type="xs:boolean"/>
This used to work fine. We're using 4.5.1.
Thanks.