I am testing CS10.5 web services. I have a test method that calls listNodes method in DocumentManagement service:
List<Node> lll = docManClient.listNodes(11005, true);
The method alwasy throws a SOAPFaultException with the following message:
com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Error loading Node.VersionInfo Please see the server log to find more detail regarding exact cause of the failure.
The server log also shows: Error loading Node.VersionInfo
However the method will return a list of nodes without sny problem if the second argument is false.
Does anyone have any ideas about this?
Thanks in Advance.
Xiankun