Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

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

Avatar

Level 4

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

Level 4

Thanks

Yes its a good idea .

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