Forum Discussion
chri5tian
15 years agoNew Contributor
Hi and thank you for your reply
I did change the description around a little and found some more strange behaviors. Adding/Removing a blank in the WSDL description will trigger the error. I have attached two additional WSDLs, one with an additional blank which will cause an exception during the soapUI import/update process and one without that blank which will work just fine.
The difference is at the end of the string, between 'numeric' and ']':
Maybe the square brackets cause this issue and I should reframe from using special characters within the description.
cheers
Christian
I did change the description around a little and found some more strange behaviors. Adding/Removing a blank in the WSDL description will trigger the error. I have attached two additional WSDLs, one with an additional blank which will cause an exception during the soapUI import/update process and one without that blank which will work just fine.
The difference is at the end of the string, between 'numeric' and ']':
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Close Device <br> <b>Airline:</b> 2-3 alpha/numeric <br> <b>FlightNumber:</b> 1-4 numerics and an optional 1 Character Suffix <br> <b>FlightDate:</b> 8 numerics, Format: YYYYMMDD, e.g. 20060430 <br> <b>Airport:</b> 3 alphas, e.g. ZRH <br> <b>DeviceReference:</b> [ULDSerialNumber 12 alpha numeric] or [ReferenceNumber 13 alpha numeric] or [LocationOnAircraft 1-3 alpha numeric ]</wsdl:documentation>
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Close Device <br> <b>Airline:</b> 2-3 alpha/numeric <br> <b>FlightNumber:</b> 1-4 numerics and an optional 1 Character Suffix <br> <b>FlightDate:</b> 8 numerics, Format: YYYYMMDD, e.g. 20060430 <br> <b>Airport:</b> 3 alphas, e.g. ZRH <br> <b>DeviceReference:</b> [ULDSerialNumber 12 alpha numeric] or [ReferenceNumber 13 alpha numeric] or [LocationOnAircraft 1-3 alpha numeric]</wsdl:documentation>
Maybe the square brackets cause this issue and I should reframe from using special characters within the description.
cheers
Christian