Re: Axis2: SampleService example from Axis 2 webpage gets exception

2010-01-31 Thread Daniel Walsh
Andreas, Yup, 1.5.1 did it. Thanks. Dan On Fri, Jan 29, 2010 at 11:20 AM, Andreas Veithen andreas.veit...@gmail.com wrote: That probably means that the Axis2 version you used to compile the code is not the same as the one deployed in Tomcat. In particular, axis2-std-1.0-bin doesn't sound

Axis2: SampleService example from Axis 2 webpage gets exception

2010-01-29 Thread Daniel Walsh
I'm trying to build and run the SampleService example from the Apache Axis2 webpage at http://ws.apache.org/axis2/1_5_1/userguide-buildingservices.html#buildserviceslistings 8-10. When I try to run the client I get org.apache.axis2.AxisFault:

Re: Axis2: SampleService example from Axis 2 webpage gets exception

2010-01-29 Thread Andreas Veithen
That probably means that the Axis2 version you used to compile the code is not the same as the one deployed in Tomcat. In particular, axis2-std-1.0-bin doesn't sound good. If you are starting with Axis2 you should use version 1.5.1, unless there is a particular requirement to use a version as old