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.