Menu

#56 No defined Extension element for PolicyReference

open
nobody
None
5
2010-11-22
2010-11-22
Anonymous
No

If we have a policyReference element in WSDL, we cannot get it as a defined element object like we do with SchemaReferences. So when we have a policyReference defined in our WSDL, WSDL4J parse it as an UnknownExtensionElement , I believe we should provide a defined object model for this otherwise users have to get iterate through all the UknownExtensionElements and find whether it's a policyReference or not from the value of the element.

I have a patch created in 1.6.2 source pack and I will be able to provide the patch soon.

Thanks
Lahiru

Discussion