Hello Jacek,

actually, if I were you I'd consider implementing your webservices as REST
services and then just have your SOAP stubs call your rest services. (If
you're not using anything voodooesque)

Then you have the benefit of using the existing plumbing as much as
possible, while still maintaining your SOAP interface as well as a potential
migration path to something non-WSDL.

(I am severely biased by having to work with SOAP, which has scarred me for
life)

On Thu, Aug 6, 2009 at 5:26 PM, Jacek Furmankiewicz <jace...@gmail.com>wrote:

>
> I was reading through the Lift book PDF and it mentions only REST-
> style web services.
>
> In our case, we need to look at re-implementing a set of existing SOAP
> web services (is there anything like 'wsdl2scala' anywhere?).
>
> I would appreciate any best practices and suggestions for implementing
> SOAP web services in the context of a larger Lift app (and Scala in
> general).
>
> >
>


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