Forum Discussion

Yariv_Amar's avatar
Yariv_Amar
Contributor
17 years ago

[BUG] Soap request Form-view does not show element name

Initial Comment:
In soapUI PRO (ver. 2.5), the soap request form view display only the field \ element type instead of the field name.
this is very hard to fill the request like that.

here is an example:

        <xs:complexType name="AniData">
            <xs:sequence>
              <xs:element minOccurs="0" name="destinationPhone" type="PhoneDetail"/>
              <xs:element minOccurs="0" name="endingTimeStamp" type="xs:string"/>
              <xs:element minOccurs="0" name="requestedPhone" type="PhoneDetail"/>
              <xs:element minOccurs="0" name="sourcePhone" type="PhoneDetail"/>
              <xs:element name="spoofedPhone" type="PhoneDetail"/>
              <xs:element minOccurs="0" name="startingTimeStamp" type="xs:string"/>
            </xs:sequence>
        </xs:complexType>


As you can see i have 4 fields of type "PhoneDetail".
When SOAP-UI PRO renders this struct in the Form-view, i get to see 4 elements with the same name "PhoneDetail" instead of the real name.
please see attached screenshot.

I've also attached a sample wsdl.