----- 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.
