The problem that occured was with regards to the '6.0' of the 'Tomcat
6.0'. The '.' character was acting as a '/' and causing the directory
structure to attempt to enter the folder 'Tomcat 6/0/axis' rather than
Tomcat 6.0/axis.
I've managed to get the getQuote example deployed (it appears in the
servlet listing).
Upon testing i've run into the following error:
C:\Program Files\Apache Software Foundation\Tomcat
6.0\webapps\axis\WEB-INF\clas
ses>java -cp .;%AXISCLASSPATH% samples.stock.GetQuote
-lhttp://localhost:8080/ax
is/servlet/AxisServlet -uuser1 -wpass1 XXX
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/OperationT
ype
at
org.apache.axis.description.OperationDesc.<clinit>(OperationDesc.java
:59)
at org.apache.axis.client.Call.addParameter(Call.java:968)
at org.apache.axis.client.Call.addParameter(Call.java:1003)
at samples.stock.GetQuote.getQuote(GetQuote.java:70)
at samples.stock.GetQuote.main(GetQuote.java:95)
I've done the search regarding this issue and found the following:
http://marc.info/?t=110762939100002&r=1&w=2
Yet applying the import of:
*%AXIS_LIB%\wsdl4j.jar;%AXIS_LIB%\**xmlParserAPIs.jar;**%AXIS_HOME%
*did not have the desired effect.
Any idea on a fix?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]