Hello, I haven't followed the thread carefully so I might say an idiot thing but... I have a big mouth... :o(
You HAVE to use AXIS as your soap engine? You could use a smaller one, called KSoap. It is easyer to change code. It does not have a proper server, but just a servlet that emulates the behaviour of a server. The advantage is that is very small. Also open source. But does not have all the axis features!!! Was designed for small devices j2me but has a j2se version as well. If it does not fitt your requirements, sorry... dovle > I'd look at the handler I named to see what it does and if it could be > tweaked; if not, there is always the ugly solution you suggested > ----- Original Message ----- > From: "Eriam Schaffter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, December 04, 2002 1:31 AM > Subject: Re: Customizing axis .. > > > So then what do you suggest ? > > > > Eriam > > > > Steve Loughran a �crit: > > >----- Original Message ----- > > >From: "Eriam Schaffter" <[EMAIL PROTECTED]> > > >To: <[EMAIL PROTECTED]> > > >Sent: Tuesday, December 03, 2002 2:15 PM > > >Subject: Customizing axis .. > > > > > >>Hi all .. > > >> > > >>I would like to use axis within and embedded sql server .. in fact I > > >>would like to customize the web service processor so it would invoke > > >>.jws files for example from a java sql database .. ? > > >> > > >>How would it be possible ? > > >> > > >>Does it looks like a huge effort .. or is it just a matter of a few > > >>hours .. ? > > >> > > >>What classes should I hack .. ? > > > > > >JwsHandler > > > > > >>The thing is I would use a servlet filter to grab a jws from a sql > > >>database and invoke it does it seems to be a good solution ? > > > > > >certainly an ugly solution. Really you want a classloader that loads in > > java > > > >classes from the DB, if you are going to store the binaries there. > > > > > >------------- > > >Ce courrier a ete considere comme non infecte par les virus > > >connu de notre outil de detection. Soyez cependant prudent > > >avec les pieces jointes. Merci.
