RE: Problem with running example with apache axis

2004-02-17 Thread Saunders, Roger
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,

RE: Axis and Classpath JAR's question

2004-02-14 Thread Saunders, Roger
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

RE: Warning on Happyness page

2004-01-22 Thread Saunders, Roger
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

RE: Warning on Happyness page

2004-01-22 Thread Saunders, Roger
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

RE: List of Supported Java Classes

2003-12-04 Thread Saunders, Roger
>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

Using native JMS with AXIS

2003-10-29 Thread Saunders, Roger
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