Hi,
I have
now created a very smaller wsdl file which is just 4 K in size. But I have not
changed the XSD files imported by the WSDL file. Event then it seems to be
taking the same amount of time to build the stubs. Then what else could be the
problem??
Do you
think I should also try to shrink the xsd files?
Thanks
Vijetha
-----Original Message-----
From: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 14, 2002 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
From: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 14, 2002 10:57 AM
To: [EMAIL PROTECTED]
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
Removing all imports would mean adding all the schema
in the xsd files into the wsdl file under types, correct? Otherwise I get errors
during parsing.
Adding
the schema to the wsdl file makes it even more huge, would that be
OK?
Thanks
Vijetha
-----Original Message-----
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 14, 2002 10:38 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 14, 2002 10:38 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
Try
removing all the imports and see what happens.
--
Tom
Jordahl
Macromedia Server Development
-----Original Message-----
From: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 13, 2002 7:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
From: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 13, 2002 7:04 PM
To: [EMAIL PROTECTED]
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
Thank
you for the response!!
I have
tried copying all the files to my local disk and I still have the same problem.
I started the tool at around 10:30am today and it is still not
done.
Could
this be an issue with circular imports? Does WSDL2Java handle circular imports ?
Are there any known limitations or issues that WSDL2Java tool has that it might
be encountering with this WSDL file?
Is
there anything that I can look for in the WSDL and XSD files that could cause
this problem?
Again,
your help is really appreciated.
Thanks
Vijetha
-----Original Message-----
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 13, 2002 7:58 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 13, 2002 7:58 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
Bring
all the files to your local disk, including the imports, and try
again.
A 75K
WSDL file seems a bit excessive....
We
would welcome any fixes you might contribute to make WSDL2Java go
faster.
--
Tom
Jordahl
-----Original Message-----
From: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 12, 2002 7:14 PM
To: [EMAIL PROTECTED]
Subject: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
Importance: High
From: Vijetha Vadlakonda (vijetha) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 12, 2002 7:14 PM
To: [EMAIL PROTECTED]
Subject: Urgent - WSDL2Java takes a very long time to build Java stubs from a WSDL file
Importance: High
Hi,
I have a WSDL file
that I would like to generate Java stubs from, using the WSDL2Java tool.
With no options set, it used to time out giving the "emitter timed out"
error.
Once I disable the
timeout it took almost ~12 hours to give me an output. After all that it gave me
an exception which I fixed but the time it takes is really annoying. Is there
something that could be inherently wrong with the WSDL file that I could check
for?
I am not sure
if this is useful, but the size of the WSDL file is ~75K. Also, it has
imports within imports like this,
WSDL imports a.xsd file
a.xsd file includes b.xsd
b.xsd imports c.xsd
I would appreciate
any help and I need it as soon as possible.
Thanks
Vijetha
