On Wednesday, January 08, 2014 4:16 AM, [email protected] wrote > Done! > > I have all the possible calls done with RMI. It works great. Debugging was a > pain. > > The worst problem was to deal with the logger. > > I will be happy to give here details only if you ask explicitly. > > But, Why should I use SOAP? > Or better, why did you use sOAP?
Actually I often used SOAP because it was a requirement for projects. But then why this requirement? Because of firewalls RMI can be a pain. With my last large project, we began mostly with SOAP, had some RMI (faster) and finally ended with mostly REST HTH Jacques
