Forum Discussion

Tom_Arn's avatar
Tom_Arn
Contributor
15 years ago

Incorrect WSDL parsing in soapUI Pro 3.5.1

We have a WSDL with a lot of complex types.
soapUI Pro 3.5.1 incorrectly parses this WSDL, while in soapUI Pro 2.0.2 it was correctly done.
Also, it is not possible to add an element "rinderpass" with 3.5.1 in Form view because the button is grayed out. In 2.0.2 this works correctly.

2.0.2:

 

 
     
       
            ?
            ?
            ?
           
            ?
            ?
       

     

 


3.5.1:

 

 
     
       
            ?
            ?
            ?
           
            ?
            ?
       

     

 


The WSDL is not public, so I can't attach it here. If you need that I can send it by eMail.

Tom
  • Hi Tom,

    Thanks for this. We know that the Form editor does not support all XML Schema constructs, probably you have bumped into one of these.. also it seems your schema / WSDL is using SOAP Encoding, which is NOT supported, so in this case I'm not sure it can be fixed.

    Please send the WSDL to support@eviware.com for further digging.

    regards!

    /Ole
    eviware.com
  • Hello Ole

    Yes, the WSDL is using SOAP Encoding.

    What is just a bit confusing is, that in soapUI 2.0.2 the WSDL was parsed correctly and the editor did not have any problems with the WSDL.
    So, in this context, soapUI 3.5.1 is not backward compatible and we shirk the upgrade if an important feature is not working anymore...

    I have send the WSDL by mail. Thanks for digging.

    Tom