I'm scratching my head. This WSDL is generated by CXF. It liked the input WSDL and schema files but SOAPUI is complaining when I try to create a test project. The whole wsdl is too long but here is the part that matches up with the error messages:
<xs:complexType name="RelatedResourcesType">
<xs:sequence>
<xs:element minOccurs="0" name="RelatedResource">
<xs:complexType>
<xs:complexContent>
<xs:extension base="tns:CompoundResourceIdentifierType">
<xs:sequence>
<xs:element minOccurs="0" name="link">
<xs:complexType>
<xs:sequence/>
<xs:attribute ref="ns3:type" xmlns:ns3="http://www.w3.org/1999/xlink"/>
<xs:attribute ref="ns4:href" use="required" xmlns:ns4="http://www.w3.org/1999/xlink"/>
<xs:attribute ref="ns5:role" xmlns:ns5="http://www.w3.org/1999/xlink"/>
<xs:attribute ref="ns6:title" xmlns:ns6="http://www.w3.org/1999/xlink"/>
<xs:attribute ref="ns7:label" xmlns:ns7="http://www.w3.org/1999/xlink"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
...
...
Error: Could not find attribute 'type@http://www.w3.org/1999/xlink' Do you mean to refer to the attribute named type@http://dws.sec?
Error: attribute 'href@http://www.w3.org/1999/xlink' not found
Error: Could not find attribute 'role@http://www.w3.org/1999/xlink' Do you mean to refer to the attribute named role@http://www.w3.org/2003/05/soap-envelope?
Error: Could not find attribute 'title@http://www.w3.org/1999/xlink' Do you mean to refer to the attribute named title@http://metadata.esd.com/?
Error: Could not find attribute 'label@http://www.w3.org/1999/xlink' Do you mean to refer to the attribute named title@http://metadata.esd.com/?
So these should all be coming from the xlink definition and I'm not sure why it's not seeing it. Any thoughts? or suggestions for what to try next?
HashMapwas, for instance. – John Saunders Oct 26 '11 at 20:31