Hello.
Would you help me , please? All my previous attemts to use RSS Web API failed.
Unfortunately, the documentation doesn't provide any problem solution described below.
The following problem arises each time I send any request to API :
If I set any incorrect login in WSSE header I get following error from server -
<faultstring>
The security token could not be authenticated or authorized; nested exception is: java.io.IOException: USERNAME_INVALID</faultstring>
</soap:Fault>
- that's clear.
But if I set any existing login and any correct or incorrect password for this login then I get following unhandled exception :
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Fault occurred while processing.</faultstring>
</soap:Fault>
- an there is no more any debug information.
Please, would you give me any idea what the problem could be?
Hardware Version 6.0
Software Version 8.5.3.0 rev 37457 Build: 03/09/15
There is one important detail - the server has experied SSL-sertificate. That could possibly be the reason?
Thanks in advance.