Is ServiceRegistry available in C#?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2009 12:30 AM
I haven't been able to find an example using ServiceRegistry in C# (only Java). Is ServiceRegistry available in C#?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2009 03:31 PM
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.
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.
