I like Play 2.0 a lot (especially the Scala API). But he lacks SOAP completely. Is there any unreasonable way to provide SOAP WS (wsdl based) from Play 2.0?
Say I want it to be accessible from some URL (e.g. / soap) while saving other pages in HTML format. Please help, I don't have a clue (I'm java newb, and the zillions of abbreviations for frameworks and libs confuse me).
PS To prevent possible unproductive calls: I am java newb, but not a beginner programmer, so I know how SOAP, HTTP and other materials are designed to work at the protocol level.
source share