Put . in your classpath:
set axisclasspath=.;%axisclasspath%
works for me
Roger
-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 17 February 2004 13:18
To: [EMAIL PROTECTED]
Subject: Problem with running
example with apache axis
Hi,
Try putting the jar file in %CATALINA_HOME%\webapps\axis\WEB-INF\lib and
restart tomcat
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 14 February 2004 13:00
To: [EMAIL PROTECTED]
Subject: Axis and Classpath JAR's question
Hi,
I would like to dploy a simple w
Try server\lib
-Original Message-
From: Safdar Ali [mailto:[EMAIL PROTECTED]
Sent: 22 January 2004 16:08
To: [EMAIL PROTECTED]
Subject: Re: Warning on Happyness page
Yes... I know that this is just a warning.
I have tried by putting this jar file in %CATALINA_HOME%/common/lib and
CAT
1 You don't need this jar under normal circumstances - it is just a
warning
2 classpath will not work - try putting the jar in common\lib under your
tomcat home directory and restart tomcat
-Original Message-
From: Safdar Ali [mailto:[EMAIL PROTECTED]
Sent: 22 January 2004 15:57
To: [EMAI
>From Axis User Guide
Standard mappings from WSDL to Java
xsd:base64Binary byte[]
xsd:boolean boolean
xsd:byte byte
xsd:dateTime java.util.Calendar
xsd:decimal java.math.BigDecimal
xsd:double double
xsd:float float
xsd:hexBinary byte[]
xsd:int int
xsd:integer java.math.BigInteger
Title: Using native JMS with AXIS
Hi,
for reasons of portability, I need to use the native JMS classes to interact with AXIS, rather than taking advantage of those provided by org.apache.axis.transport.jms.JMSTransport etc.
Can anyone give me some pointers on how to do this? Is it even pos