


Hi,
I need to Expose Web Services from AEM as both SAOP and REST.
How difficult or easy it is?
Appreciate your responses.
Thanks,
Rama.
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
The engineering team did not build SOAP based web services into AEM. If you are familiar with LiveCycle ES, it did support SOAP end points so a client (that supports SOAP) like a C# client could invoke it.
As far a RESTful endpont - all you need to do is build a custom sling servlet. We have a lot of articles on how to build Sling Servlets.
Views
Replies
Sign in to like this content
Total Likes
Views
Replies
Sign in to like this content
Total Likes
AEM does not support SOAP based end points. You can write servlets that let outside clients invoke via Restful requests.
Views
Replies
Sign in to like this content
Total Likes
Hi all,
1. Do we have an Adobe official tutorial on this subject?
2. Any idea of why exposing SOAP based web services are ruled out?
Anything to do with the architecture or so?
Appreciate your replies.
Thanks,
Rama.
Views
Replies
Sign in to like this content
Total Likes
The engineering team did not build SOAP based web services into AEM. If you are familiar with LiveCycle ES, it did support SOAP end points so a client (that supports SOAP) like a C# client could invoke it.
As far a RESTful endpont - all you need to do is build a custom sling servlet. We have a lot of articles on how to build Sling Servlets.
Views
Replies
Sign in to like this content
Total Likes