Here is that files.
----- Original Message -----
Sent: Wednesday, December 14, 2005 5:18
PM
Subject: Re: Is it a bug? Multi-nested
includes. Server.generalException - makeTypeElement() was told to create a
type ...
Please post the updated wsdl and schema files.
On 12/14/05, Ales
St <[EMAIL PROTECTED]>
wrote:
Hi, I did It, but still the same Server
exception. I write this wsdl to create the simpler similar situation as
with StyledLayerDescription.xsd,what I solve. So it is my wsdl
correct?
Ales
-----
Original Message -----
Sent:
Wednesday, December 14, 2005 4:36 PM
Subject:
Re: Is it a bug? Multi-nested includes. Server.generalException -
makeTypeElement() was told to create a type ...
You must use <xsd:include> to bring in a
schema with the same namespace and <xsd:import> to bring in a schema
with a different namespace. So you must change this:
to
this:
<xsd:include
schemaLocation="
./wms_schemas.xsd" />
</xsd:schema>
<xsd:include
schemaLocation="
./wms-pok2.xsd" />
</xsd:schema> Anne
On 12/14/05, Ales
St <[EMAIL PROTECTED]>
wrote:
Hi
I have a problem with multi-nested
includes, and I thing that it is a bug. I use java Axis
1.3.
I try in my wsdl file to import two difrent
namespaces from two difrent xsd files. And then I generate classes using
WSDL2JAVA (org.apache.axis.wsdl.WSDL2Java -v -a --server-side
--skeletonDeploy true --NStoPkg urn:Wms=wms wms.wsdl ) Then I copy files
to server and when I wanted to see server generated wsdl Axis error is
generated:
AXIS error
Sorry, something seems to have gone wrong... here are the
details:
Thank you
Ales
|
wms.wsdl
Description: Binary data
wms_schemas.xsd
Description: Binary data
wms-pok2.xsd
Description: Binary data
wms-pok.xsd
Description: Binary data