I agree with Viktor - in a similar vein, this is exactly what I
implemented with Akka; the servlet runs in conjunction with lifts
filter and lift just hands off stuff it doesnt know what to do with.
So if you want to use AxisServlet or whatever its real easy.

>From my point of view, you'd need a good reason to bring the SOAP
stuff into lift; right now i havent found one... I write a lot of lift
apps that consume SOAP services, but as yet have no good reason to
write a SOAP serving app with lift - If i were to do one, id do
exactly as with the JAX-RS stuff in Akka and passNotFoundToChain.

Cheers, Tim

On Aug 14, 10:24 pm, Viktor Klang <viktor.kl...@gmail.com> wrote:
> Gregory,
>
> Depending on what WS-* stuff you're using, you _should_ be able to wire the
> AxisServlet in web.xml under /ws/* or something like that, and then have
> lift passNotFoundToChain=true
>
> But I guess it boils down to what liftiness you're planning to do. Can you
> elaborate a bit on what you're aiming for?
>
> On Fri, Aug 14, 2009 at 9:00 PM, Meredith Gregory
> <lgreg.mered...@gmail.com>wrote:
>
>
>
>
>
> > Tim, Viktor,
>
> > Do you wire your SOAP services into lift or do you keep that independent? i
> > was just talking to DPP and according to him it appears you can successfully
> > wire WS-generated code anywhere along in the http-request processing
> > pipeline. He pointed out a gotcha that i think can be circumvented with
> > HttpServletResponse trampoline. Both lift and the WS-generated code are
> > likely to want to be in the driver's seat regarding who's returning the
> > bytes. But, i think you can just fool the WS-generated code into thinking
> > it's got an HttpServletResponse that is really a widget that will just write
> > into the one lift returns. In this way you can write a 1-size-fits-all
> > return adapter. Is this what you guys are doing, or am i making this too
> > complicated?
>
> > Best wishes,
>
> > --greg
>
> > --
> > L.G. Meredith
> > Managing Partner
> > Biosimilarity LLC
> > 1219 NW 83rd St
> > Seattle, WA 98117
>
> > +1 206.650.3740
>
> >http://biosimilarity.blogspot.com
>
> --
> Viktor Klang
>
> Rogue Scala-head
>
> Blog: klangism.blogspot.com
> Twttr: viktorklang
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to