
Service.registerExtension(extMgrMof, ext) ("Extension Object Created") ĮxtMgrMof = serviceContent.getExtensionManager() String ext_url = "" //Link to the XML to registerĭescription description = new Description("",ĮxtensionServerInfo esi = new ExtensionServerInfo("", new DynamicProperty, description, keyStr, String keyStr = "" //uniqu Id for this string Using ExtensionManager to register with VC Server it throws an exception. In our scenario, VC server is running in different system, so, we installedĬertificates from it as specified in installation.pdf and programming guide.pdf. Local Tomcat web server and Remote web server.īut in any scenario we get the below error.



This Extension has to register a demo.xml file with VC server as an extesion.ĭemo.xml file is placed in different locations like local directory/ Initially I'm able to login with given credentials to VC server.Ĭreate "Class Extension" as specificied in vim25. I'm using a sample java SDK api to register a Extension with VC Server v2.5
