Hi,
Is possible to invoke the service deployed in fleix console from another webserver (Tomcat,Jboss etc).
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
if the service is running in a different container from the one which invokes it, you will have to use expose your service as a Servlet, use a protocol such as SOAP or create a JSON/REST interface for your service.
regards,
Ben
Views
Replies
Total Likes
if the service is running in a different container from the one which invokes it, you will have to use expose your service as a Servlet, use a protocol such as SOAP or create a JSON/REST interface for your service.
regards,
Ben
Views
Replies
Total Likes
Thanks
Yes its a good idea .
But i want to expose the url as restfull for some security concerns how i can achieve this ??
Views
Replies
Total Likes
Views
Likes
Replies