RE: Exception using wsdl2java using a wsdl with imported schema

2004-03-19 Thread Anne Thomas Manes
m with xsd ) .  When you say you took out what did you replace it with?  After all is the root node of my schema files.   Hamish -Original Message- From: sreekantan, vijay [mailto:[EMAIL PROTECTED]] Sent: Friday, March 19, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: Re: Excepti

RE: Exception using wsdl2java using a wsdl with imported schema

2004-03-19 Thread Ferguson, Hamish
: Exception using wsdl2java using a wsdl with imported schema The first thing I notices while looking at your WSDL is the wsdl:imports being used to import XSD documents. This is NOT good. wsdl:import should import wsdl documents and xsd:import should import xsd documents. Try inserting a section

Re: Exception using wsdl2java using a wsdl with imported schema

2004-03-19 Thread Anne Thomas Manes
Per WS-I BP, you may use only to import a WSDL definition. If you want to import a schema (.xsd file), you must import it using rather than . An element must be a child of the element. The fact that wsdl2java accepted your WSDL definition, which uses to import schemas, means that there's

Re: Exception using wsdl2java using a wsdl with imported schema

2004-03-19 Thread Jim Murphy
The first thing I notices while looking at your WSDL is the wsdl:imports being used to import XSD documents. This is NOT good. wsdl:import should import wsdl documents and xsd:import should import xsd documents. Try inserting a section in your document and build a that imports the xsds. II

RE: Exception using wsdl2java using a wsdl with imported schema

2004-03-19 Thread Ferguson, Hamish
chema files.   Hamish -Original Message-From: sreekantan, vijay [mailto:[EMAIL PROTECTED]Sent: Friday, March 19, 2004 11:17 AMTo: [EMAIL PROTECTED]Subject: Re: Exception using wsdl2java using a wsdl with imported schema i have seen this before. if i remember i had the i

Re: Exception using wsdl2java using a wsdl with imported schema

2004-03-19 Thread sreekantan, vijay
i have seen this before. if i remember i had the import statements inside a definition.like <..imports I had to take out the   to get wsdl2java to work vijay"Ferguson, Hamish" <[EMAIL PROTECTED]> wrote: Hello, I am trying to include schema's into my wsdl but am running into a few problems and wa