posted 20 years ago
Hi,
I have an XSD document and I want to instert the complex types it contains into a Definition object I have created (I'm using WSDL4J). If I create an Import object, I simply get a reference to the xsd, however, I actually want the <types>
...
...
...
</types> tags to be filled up with the contents of the xsd file. Short of doing a crude parse-the-xsd-and-insert-into-wsdl, I wondered what I needed to do?
thanks for your help
Andy