Hello, I'm using Woden 1.0M9 to parse a WSDL file with an XSD file. I attached both.
I can see no way to resolve the group reference from the complex type. I can get an instance of XmlSchemaSequence from getParticle, and it contains a group reference, but I cannot find any object which represents the group. I have some very basic code to dump out information from Woden's WSDL reader, which I can send as well if you'd like. How do I resolve the group reference? Is this a bug? I've looked around in the objects Woden returns, and I can find an object which represents the contents of the group, but I see no way to get at that object via a public API. thanks, Dan
<wsdl:description xmlns:wsdl="http://www.w3.org/ns/wsdl" targetNamespace="http://www.group.org/group/wsdl" xmlns:tns="http://www.group.org/group/wsdl" xmlns:whttp="http://www.w3.org/ns/wsdl/http" xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msg="http://www.group.org/booklist/xsd"> <wsdl:documentation> Demonstrate group handling problem </wsdl:documentation> <wsdl:types> <xs:import namespace="http://www.group.org/group/xsd" schemaLocation="group.xsd" /> </wsdl:types> </wsdl:description>
group.xsd
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
