Re: error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-13 Thread Michael Xenakis
Jacob Danner wrote: What do you mean by to change sth on the namespaces ? When i parse ( with WSDL4J ) a WSDL document from a specified URL i copy the namespaces from WSDL definitions because some of the prefixes that are used in the xsds encapsulated in types are not resolved...So, i

Re: error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-13 Thread Jacob Danner
This new error means something the references are now being resolved properly. You'll have to find out why you are getting this new error, but it looks like 2 of your artifacts are compiling/referencing WS-ResourceProperties.wsdl Best of luck, -jacobd On Wed, May 13, 2009 at 12:31 AM, Michael

Re: error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-13 Thread Michael Xenakis
Do you mean by that , that the problem is in the wsdl document or the code? Also yesterday i've tried to find where is this WS-ResourceProperties.wsdl and i couldn't find it in their server thanks again Jacob, Michael Jacob Danner wrote: This new error means something the references are

Re: error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-13 Thread Jacob Danner
If I'm following whats happening, the issue is actually in how you are compiling all of the schemas together. You probably have several schemas that include the contents of WS-ResourceProperties.wsdl I would imagine the issue is now in your code. As a simple workaround, you might be able to

Re: error: URL ../X/Y/SchemaExample.xsd is not well-formed

2009-05-13 Thread Michael Xenakis
Yes, most probably you are right, that's what is happeningi have to skip imports/includes if have already imported/included. The method |XmlOptions http://xmlbeans.apache.org/docs/2.4.0/reference/org/apache/xmlbeans/XmlOptions.html| |*setCompileMdefNamespaces