Hi devs, I tried using the wsdlReader.SetFeature(String feature) method and came to know that only one feature is supported currently. I am particularly interested in the "javax.wsdl.importDocuments" feature that was supported in wsdl4j. Is this feature supported default?? I saw the parseImports in DOMWSDLReader which reads in the imports from the locations. Wanted to clarify!! Further is there a way by which i could collapse all the imports to one Description element so that i need not manually parse the description elements inside the imports, recursively. I am sure we are doing this collapsing in the WSDL component model, but i am referring to the Element model.
Some feedback This is particularly a woden-user question and may be its time for us to start a woden user list, or is it already in place. I couldn't find it in the site. Just noted that there is a duplication of the VALIDATION _FEATURE_ID in ReaderFeatures class and WSDLReader interface. Think all the feature ids should end up in the WSDLReader if there was no specific reason. Look forward to provide more feedback as axis2-woden integration progresses. Thanks -- Chathura Herath http://people.apache.org/~chathura/ http://chathurah.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
