Hi all,
I am trying to get some nodes from OTCS using SearchService from WS API.
I am logging in as an ddministrator and when I try to authenticate, there's no problem. Logging occurs rightly and I get my token.
But, the moment I go on and just after this I try to use SearchService.search(my_query, my_token) it seems as if token it's not valid, and inside com.oracle.webservices.api.databinding.JavaCallInfo (StubHandler) is when I receive this SOAP response:
<?xml version='1.0' encoding='UTF-8'?>
<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 xmlns:ns0="urn:Core.service.livelink.opentext.com">ns0:Core.LoginFailed</faultcode><faultstring>javax.xml.ws.soap.SOAPFaultException</faultstring>
</S:Fault>
</S:Body>
</S:Envelope>
And it's imposible to go on. It seems as if session is lost.
I have been investigating for hours but, I am as lost as my code. Could anybody give some light to this? Any clue? Not understanding really well why login fails just the moment I try to recover nodes from OTCS if previusly, authentication worked fine.
Thanks a lot in advance.
Regards,
Ricardo.