Hi All,
TS 7.2.1 on Solaris.
We have been using standalone applications to create CSClient using CSJavaFactory. I am trying to use CSSOAPFactory now (playing around a bit) but i don't see this class in any of the cssdk jars. Can someone point to the relevant jar?
With current jars i get:
com.interwoven.cssdk.factory.CSFactoryInitializationException: (Factory initialization failed)
at com.interwoven.cssdk.factory.CSFactory.getFactory(CSFactory.java:129)
at com.abc.interwoven.client.LocalClient.getSOAPClient(LocalClient.java:102)
at com.abc.interwoven.client.LocalClient.main(LocalClient.java:121)
Root cause:
java.lang.ClassNotFoundException: com.interwoven.cssdk.factory.CSSOAPFactory
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Thanks,