Page 1 of 1

Question about OPS 3.2

Posted: Sun Jun 04, 2017 10:36 am
by Lukasz
I think there is a bug in OPS api version 3.2. When i call this url http://ops.epo.org/3.2/rest-services/published-data/publication/docdb/EP1000000/biblio using C# HttpWebRequest or WebClient using proper token i recive Error java.lang.NullPointerException but when i call using same tool http://ops.epo.org/3.1/rest-services/published-data/publication/docdb/EP1000000/biblio everything is working fine.

Re: Question about OPS 3.2

Posted: Mon Jun 05, 2017 6:09 pm
by EPO / OPS Support
If the result is an error when you do that same search in API Console, v 3.2 with default autentication swiched on then there could be an issue on our end. But if you do get sucessful response there, but not when you use your token then the issue is in the way you applied your Autentication on your end. As you know 3.2 does not have anonymous access as the 3.1 has.

Please let me know,

OPS support