Re: embedded webservices

2002-06-06 Thread Adrian 'Dagurashibanipal' von Bidder
On Thu, 2002-06-06 at 11:14, Adrian 'Dagurashibanipal' von Bidder wrote: > (1) How can I avoid this? I'll try to set a globalOption in my > EngineConfig object. which I subclassed from SimpleProvider. Would it make sense to make globalOptions protected, or to off

Re: embedded webservices

2002-06-06 Thread Adrian 'Dagurashibanipal' von Bidder
On Wed, 2002-06-05 at 15:44, Adrian 'Dagurashibanipal' von Bidder wrote: > Yo! > > H. Nobody else seems to be interested in this :-( > > Ok, I think I'm on the right track now: I'm registering my own > axis.EngineConfigFactory, and deploy AxisServlet fr

Re: embedded webservices

2002-06-05 Thread Adrian 'Dagurashibanipal' von Bidder
On Wed, 2002-06-05 at 20:07, Steve Loughran wrote: > > > >But I see that it seems to absolutely need an attachment direcory, and > >probably a WEB-INF directory. Is there no way to drive axis without any > >filesystem access? After all, I'm just trying to handle JAX RPC calls - > >needing a file

embedded webservices

2002-06-05 Thread Adrian 'Dagurashibanipal' von Bidder
Yo! H. Nobody else seems to be interested in this :-( Ok, I think I'm on the right track now: I'm registering my own axis.EngineConfigFactory, and deploy AxisServlet from Jetty. But I see that it seems to absolutely need an attachment direcory, and probably a WEB-INF directory. Is there no

instanciating AxisServlet directly

2002-06-03 Thread Adrian 'Dagurashibanipal' von Bidder
Howdy! We're writing an application with a jaxrpc webservices API as a part (admin intercase) of it. As this is only a small part of the application, I'm trying to set the webservices up statically (i.e. without any config files), using jetty as servlet container. Are there any examples around o

jaxrpc and axis (basic question...)

2002-05-28 Thread Adrian 'Dagurashibanipal' von Bidder
[this list closed to non-subscribers? If not, this comes twice cause some mailserver has a long delay. sorry] Hi! I'm trying to get a bit into jaxrpc, axis, and all the related stuff, so this is probably a very beginner type of question (or I'm not understanding what axis is about...). I have g