Expand my Community achievements bar.

SOLVED

Is possible to invoke the service deployed in fleix console from another webserver (Tomcat,Jboss etc)?

Avatar

Former Community Member

Hi,

 

Is possible to invoke the service deployed in fleix console from another webserver (Tomcat,Jboss etc).

 

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

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

Avatar

Former Community Member

Thanks

Yes its a good idea .

           But i want to expose the url as restfull for some security concerns how i can achieve this ??