cancel
Showing results for 
Search instead for 
Did you mean: 

Is ServiceRegistry available in C#?

rbenedict
Champ in-the-making
Champ in-the-making
I haven't been able to find an example using ServiceRegistry in C# (only Java).  Is ServiceRegistry available in C#?
1 REPLY 1

mrogers
Star Contributor
Star Contributor
The Service Registry is part of the Java infrastructure within Alfresco.   It's not public API.  Unless you are fiddling with the implementation of Alfresco you probably should not be touching the Service Registry.

It can be accessed by Java and bodged into the Java Script API. 

From C# you will have to use one of the remote APIs.    So either Web Scripts or the SOAP bindings.