I run my Tomcat server with AXIS providing SOAP capabilities on localhost:8080 and front-end it with Apache using ProxyPass and ProxyPassReverse.
My SOAP web app runs fine, my Android test client also hits it with no complaints.
My Apache server can be hit with both HTTP and HTTPS which lets me use Apache to handle certificate management while I cna run any type of app server on localhost that I want.
So far no issues with this scenario. I used this for a contract I was just on and it also worked fine for both the SOAP and REST clients.
My SOAP web app runs fine, my Android test client also hits it with no complaints.
My Apache server can be hit with both HTTP and HTTPS which lets me use Apache to handle certificate management while I cna run any type of app server on localhost that I want.
So far no issues with this scenario. I used this for a contract I was just on and it also worked fine for both the SOAP and REST clients.