The WSDL is correct, however it contains two xsd:any
elements, which cannot be used in Mendix XML mappings (see also this page why you should try to avoid using xsd:any
and why it's understandable that Mendix doesn't support it in XML mappings).
The error Mendix gives when importing this WSDL doesn't actually abort the import, you can use the web service just fine, except for the two xsd:any
fields. However, because these fields seem to contain the most useful information in the responses of almost all of the web service operations, this probably doesn't help in your case.