Re: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Milind Gadre
--- > From: Milind Gadre [mailto:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 10:37 AM > To: [EMAIL PROTECTED] > Subject: Re: Newbie requests help with developing service classes on > Axis > > > > I guess I am not being entirely clear about what I want to do. P

Re: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Ben Butchart
#x27; -- beware! > > -Original Message- > From: Milind Gadre [mailto:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 10:37 AM > To: [EMAIL PROTECTED] > Subject: Re: Newbie requests help with developing service classes on > Axis > > > > I guess I am not being

RE: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Almeida, Timothy
every aspect of it yet (writing my own Handler is one of the things I haven't needed to do yet) -- so I might not be providing 'good info' -- beware! -Original Message- From: Milind Gadre [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 10:37 AM To: [EMAIL PROTECTED] S

RE: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Hainer Neil
class which is always called before any other method. Is there a better approach? Neil -Original Message- From: Almeida, Timothy [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 11:06 AM To: '[EMAIL PROTECTED]' Subject: RE: Newbie requests help with developing service

Re: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Milind Gadre
I guess I am not being entirely clear about what I want to do. Perhaps I am mixing up the Service class with extending the AxisServer (or perhaps AxisServlet??) class. With a Servlet, I get access to a ServletContext as well as the Session via the Request and Response objects. With the (example)

RE: Newbie requests help with developing service classes on Axis

2003-02-28 Thread Almeida, Timothy
There's always the constructor... ;) I guess the absence of a notion like an init() method is a consequence of Axis not enforcing implementation of a specific interface [by your service handler] -- which is nice. Can you think of a reason why the constructor would not work for you as a place to do