Content Web Services 10.0
I am able to invoke AuthenticationService-AuthenticateUser using a valid userId and password. I receive a token. When I pass this token back to the service and invoke RefreshToken operation. And I receive the following error.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<S:Fault xmlns:ns4="http://www.w3.org/2003/05/soap-envelope">
<faultcode>S:Server</faultcode>
<faultstring>java.lang.NegativeArraySizeException</faultstring>
</S:Fault>
</S:Body>
</S:Envelope>
DocumentManagement-GetNodesbyNickanme also fails with the same message.
Any ideas on how to troubleshoot this issue.
Thank you
Sreenivas