Re: Does AXIS supports SMTP. JMS etc.

2002-06-26 Thread Lyndon Durham
Transports and handlers are used to allow developers the ability to configure and deploy their own usage or implementation of Axis. The core of Axis is the Engine that handles the actual SOAP Message etc. Therefore in short even though Axis ships with a HTTP transport as part of the Axis rele

Re: New to Axis. Please help

2002-06-20 Thread Lyndon Durham
Check your configuration files for Axis. This seems to be usually caused by problems with wsdd files.

Parser and SoapFaultBuilder problem

2002-06-16 Thread Lyndon Durham
Greetings, Whilst running the samples.userguide.example2 I continuosly run into org.apache.axis.AxisFault Exception generated by the SOAPFaultBuilder's endElement method. I have tested the sample with xerces2, jaxp and crimson. My jvm is the hotspot client VM 1.4.0-b92. Has any

Re: a newbie question

2002-06-13 Thread Lyndon Durham
It probably means that the xml generated by your code is not compliant with the xml standard expected by the parser your using. That's just my thought of the top of my head.

Re: JRun 4.0 question and axis beta2-Macromedia experts

2002-06-11 Thread Lyndon Durham
Thanks for the hack Jill.

JRun 4.0 question and axis beta2-Macromedia experts

2002-06-11 Thread Lyndon Durham
JRun 4.0 provides web services functionality via Axis beta1 implementation. Can anyone of the Macromedia experts on this list advise as to if it is possible to upgrade their JRun bundled axis implementation from beta1 to beta2?

Re: Accessing Web Services from the web

2002-06-11 Thread Lyndon Durham
If you modified your LoadClient to a web service client by replacing the main method, you could simply import it into a jsppage and invoke your web service. You could simply use a form that takes the machine name parameter and pass it to your web service client class. Web Services Definition

Re: AXIS Install issue

2002-05-06 Thread Lyndon Durham
Try moving or copying the Axis libraries(jar files) int your jdk installation directory's jre\lib\ext folder.

Re: Installing Axis in J2EE Development Enviroment

2002-05-05 Thread Lyndon Durham
Thanks for the response. I usually use the J2EE as a development testbed for my webapps and ejb based applications for conformity sake. My current J2EE implentation server is JRun 3.1 .

Installing Axis in J2EE Development Enviroment

2002-05-03 Thread Lyndon Durham
I have installed Axis in Tomcat sucessfully and would like to install the Axis engine in the J2EE SDK 1.3.1 development server. Has anyone been able to install the Axis engine as a webapp using the deploytool of the J2EE SDK1.3.1? What directory is the equiavlent to webapps directory found in

Re: classpath problem after upgrading to beta 2

2002-05-03 Thread Lyndon Durham
Try putting the jar files that axis uses in your java sdk's jre/lib/ext folder. If your on a windows based system it will be something like c:\jdk1.3\jre\lib\ext. Copy or move the libraries(jar files) that Axis needs(they are listed in theInstallation Guide for Axis) there. To run the examples