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
: 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
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
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
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
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