Forum Discussion

THines's avatar
THines
New Contributor
13 years ago

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:
 <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.

3 Replies

  • Hi THines,

    Thank you for reporting this bug. The following bugs in our tracking system may be related to this problem:

    SOAPUI-3411
    SOAPUI-1781

    I will inform the development team and we hope to have this problem fixed in an upcoming nightly build, so keep watching that space!

    Regards,

    Renato Athaydes
    SmartBear Software