I'm trying to implement SOAP web service client in Play Framework. I found play-soap lib but I cannot find repository:
https://github.com/playframework/play-soap
http://downloads.typesafe.com/rp/play-soap/SbtWsdl.html
When I add sbt plugin addSbtPlugin("com.typesafe.play" % "play-soap-sbt" % "1.0") it returns:
Error:Unresolved dependencies: com.typesafe.play#play-soap-sbt;1.0: not found
How can I implement SOAP webservices in Play Framework (Scala)?
activator- Michał Jurczuk