I've setup a POC with the following components:
- JHipster registry
- JHipster API gateway
- 2 JHipster microservices
The communication works very well between these components.
Another requirement of my POC is to register an legacy webservice(SOAP or REST not developed with JHipster) in the JHipster gateway. Is it possible? I would want to use the API Gateway as a unique entry point for all the clients(external and internal)to access all the webservices of my company. Thank you.