Forum Discussion

Yariv_Amar's avatar
Yariv_Amar
Contributor
16 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.

3 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    ok thanks, I've modified the form view to be as in the attached image.. ok for you?

    regards!

    /Ole
    eviware.com
  • yes looks OK.

    thanks for the fast response.

    Will it be ready in the nightly build?
  • omatzura's avatar
    omatzura
    Super Contributor
    Hi,

    yes, this will be in the upcoming nightly build!

    regards,

    /Ole
    eviware.com