Ok now I'm getting a fault AxisFault: No Operation named "echo" Not found. I have a method called echo in my class and a <operation name="echo"/> in my service.xml.
Any ideas? Paul On 6/3/05, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > Hi all; > I forgot to tell every thing in the previous mail , in the current > implementation it can possible to specify operations specific > messgeRecievers , if you don't do so default message receiver will acts as > the messageReciever. > > Any way why don't u take a look at the deployment sample there I have > implemented useful services > > core/sample/deployment > > Thanks and regard > Deepal > > ----- Original Message ----- > From: "Deepal Jayasinghe" <[EMAIL PROTECTED]> > To: <[email protected]>; "Paul Fremantle" <[EMAIL PROTECTED]> > Sent: Friday, June 03, 2005 3:35 PM > Subject: Re: Trying to deploy the sample service with the latest code > > > > hi paul > > > > <service name=""> > > <description> > > This service echo the given input , and this was developed to > > text the axis system working > > correctly > > </description> > > <parameter name="ServiceClass" > > locked="xsd:false">org.apache.axis.echo.Echo</parameter> > > <operation name="echoOMElement"/> > > <operation name="echoString"/> > > </service> > > > > > > This is service.xml corresponds to an echo service > > parameter ServiceClass is the service implemenattion class. > > > > Thanks and regards > > > > Deepal > > > > ----- Original Message ----- > > From: "Paul Fremantle" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Friday, June 03, 2005 3:21 PM > > Subject: Trying to deploy the sample service with the latest code > > > > > > Hi > > > > I'm trying to deploy the sample service on the latest code. The > > service.xml seems to have changed since M1. Can someone please post a > > working service.xml!??? > > > > Paul > > > > > >
