Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-02-01 Thread Daniel Walsh
://svn.apache.org/repos/asf/webservices/axis2/scratch/java/veithen/AXIS2-4611/jaxws-calculator-aar/src/main/java/org/apache/axis2/jaxws/calculator/impl/CalculatorImpl.java On Thu, Jan 28, 2010 at 19:46, Daniel Walsh walsh94...@gmail.com wrote: Andreas, Thanks for the tip. I would never have

Re: Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-02-01 Thread Daniel Walsh
on HelloService, HelloPortType and HelloPort? Andreas On Mon, Feb 1, 2010 at 21:12, Daniel Walsh walsh94...@gmail.com wrote: Andreas, I annotated my service class per your example and I am still getting the No annotated classes found in the jar message when I click on the link Faulty

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

2010-01-31 Thread Daniel Walsh
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 as 1.0. Andreas On Fri, Jan 29, 2010 at 19:23, Daniel Walsh walsh94...@gmail.com wrote: I'm trying to build and run the SampleService example from the Apache

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 JAX-WS: The service class cannot be found for this AxisService

2010-01-28 Thread Daniel Walsh
On Wed, Jan 27, 2010 at 21:32, Daniel Walsh walsh94...@gmail.com wrote: I have written a simple hello application in Axis2 JAX-WS and when I run my client I am getting an error that the service class cannot be found. In this email I'm including the exact message, my services.xml file, a jar

Axis2 JAX-WS: The service class cannot be found for this AxisService

2010-01-27 Thread Daniel Walsh
I have written a simple hello application in Axis2 JAX-WS and when I run my client I am getting an error that the service class cannot be found. In this email I'm including the exact message, my services.xml file, a jar output of my aar file, my wsdl file, my schema file, a snippet from the