Jive Forum APIs
Hi,
I have installed the Oracle Discussion server (Jive Forum) of version *5.5.20 .2-oracle*, but when i used few example over http://docs.jivesoftware.com/forums/latest/documentation/web-services-developer-guide.html in my Fusion Application, I unable to create any new instance of class ServiceLocator. But the ServiceLocator API is present in 5.5.6 version. Can anyone suggest me on this.
My code is:
import com.jivesoftware.forum.webservices.ForumCategory;
import com.jivesoftware.webservices.ContentService;
import com.jivesoftware.ws.client.ServiceLocator;
public class ABC {
ServiceLocator locator = new ServiceLocator("https://abcdef.com", "admin", "abcd");
ContentService svc = locator.getContentService();
Forum forum = svc.getForum(1)
}
This is very urgent for me.
Regards,
Pranab