내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Exposing Web Services From AEM as both SAOP and REST

Avatar

Level 10

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.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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. 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Level 4

Avatar

Level 10

AEM does not support SOAP based end points. You can write servlets that let outside clients invoke via Restful requests. 

Avatar

Level 10

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.

Avatar

정확한 답변 작성자:
Level 10

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.