Closed keshavarzi closed 10 years ago
ComplexType.getSuperType() (also SimpleType) get to SOF if a type is defined like:
<complexType name="cyclingType"> <complexContent> <restriction base="tns:cyclingType"></restriction> </complexContent> </complexType> <simpleType name="loopingType"> <restriction base="tns:loopingType"/> </simpleType>
It doesn't make sense, but soa-model should handle this without an exception!
Fixed in 1239f11ebecb1840df99cf3bf3422e78220ba3fc
ComplexType.getSuperType() (also SimpleType) get to SOF if a type is defined like:
It doesn't make sense, but soa-model should handle this without an exception!