| Author |
Wsimport in build scripts is giving error when trying to create web service client from WSDL.
|
symphony java
Greenhorn
Joined: May 17, 2010
Posts: 1
|
|
Dear All,
I am trying to create web service client .When i run the built then it gives the following error:
[wsimport] parsing WSDL...
BUILD FAILED
java.lang.AbstractMethodError: org.apache.crimson.tree.XmlDocument.setDocumentURI(Ljava/lang/String;)V.
I do not think there is any issue with the WSDL as i am using an existing wsdl.I am also using JDK1.5.0_06.Do i have to use jdk 1.6 for this??
Thanks in advance
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2699
|
|
|
"symphony java", please check your private messages regarding an important administrative matter.
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
As far as I remember, JDK 1.5 does not contain the wsimport command, so the command you have used must be from somewhere else.
I would suggest you to at least give the wsimport command in JDK 6 a try.
Make sure that you are including the appropriate flags etc when invoking wsimport, for instance:
Best wishes!
|
 |
 |
|
|
subject: Wsimport in build scripts is giving error when trying to create web service client from WSDL.
|
|
|