H
hazan
Hi,
I'm trying to generate WSDL from java.
I was looking for way to do it on the web and I saw that it is possible
with axis ( Java2WSDL).
The problem is that I get an error when trying to generate the WSDL.
Is anybody know another option to generate WSDL ?
By the way, the error I got with axis is:
log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectR
esourceBundle).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/wsdl/extensions
/ExtensibilityElement
at
org.apache.axis.wsdl.Java2WSDL.createEmitter(Java2WSDL.java:279)
at org.apache.axis.wsdl.Java2WSDL.<init>(Java2WSDL.java:270)
at org.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:680)
Thanks in advance,
I'm trying to generate WSDL from java.
I was looking for way to do it on the web and I saw that it is possible
with axis ( Java2WSDL).
The problem is that I get an error when trying to generate the WSDL.
Is anybody know another option to generate WSDL ?
By the way, the error I got with axis is:
log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectR
esourceBundle).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/wsdl/extensions
/ExtensibilityElement
at
org.apache.axis.wsdl.Java2WSDL.createEmitter(Java2WSDL.java:279)
at org.apache.axis.wsdl.Java2WSDL.<init>(Java2WSDL.java:270)
at org.apache.axis.wsdl.Java2WSDL.main(Java2WSDL.java:680)
Thanks in advance,