Hi all, I have a little problem concerning WSDL files and the XML Schema API. I parse WSDL files using the WSDL4J library. That works great except for the fact that WSDL4J can't parse XML schemes.
So i wanted to analyze the xml schemes defined in the <types> section of the WSDL with the XML Schema API. Where do i get started? I can't use the XMLGrammarPreparse because the WSDL file itself is not a XML scheme. I just have an org.w3c.dom.Element where the scheme starts. Thanks & Kind Regards Simon