I used following link to integrate Lagom Unmanaged External Service into my project
https://blog.knoldus.com/2017/08/17/integrating-unmanaged-service-in-lagom-with-scala/
I'm struggling with this tutorial for 2 days with no luck and keep getting UnserializableException. Hope someone could help me with it
I have a lot of trouble using mentioned tutorial to implement external service. finally I found solution for that so I created a simple project that show you how to use external service in Lagom
you can check it out from below link:
https://github.com/navabi/lagom-unmanaged-service-example
Don't hesitate if you have any further questions.