Apigee Parsing Error (ParseAccessTokenFailureMessage)

This space is made available to users of Open Patent Services (OPS) web-service and now also to users of EPO’s bulk data subscription products such as 14. EPO worldwide bibliographic database (DOCDB), 14.11 EPO worldwide legal status database (INPADOC), 14.12 EP full text data, 14.1 EP bibliographic data (EBD)and more.

Users can ask each other questions, exchange experiences and solutions, post ideas. The moderator will use this space to announce changes or other relevant information.
Post Reply

cipp-dev
Posts: 1
Joined: Thu Jun 05, 2014 3:11 pm

Apigee Parsing Error (ParseAccessTokenFailureMessage)

Post by cipp-dev » Thu Jun 05, 2014 5:59 pm

I am attempting to generate an access token using the steps described in section "Authentication & Access Token handling" of Open Patent Services RESTful Web Services Reference Guide Version 1.2.11.

[Request]
[code]POST /3.1/auth/accesstoken HTTP/1.1
Authorization: Basic {credentials}
Content-Type: application/x-www-form-urlencoded

grant_type=client_credentials
[/code]

[Response]
[code]HTTP/1.1 500 Internal Server Error
Content-Type: application/json

{"fault":{"faultstring":"ExtractVariables ParseAccessTokenFailureMessage: Json path parsing failed for for flow variables response.content","detail":{"errorcode":"steps.extractvariables.JsonPathParsingFailure"}}}[/code]


EPO / OPS Support
Posts: 1298
Joined: Thu Feb 22, 2007 5:32 pm

Re: Apigee Parsing Error (ParseAccessTokenFailureMessage)

Post by EPO / OPS Support » Tue Jun 10, 2014 8:17 am

Dear user,

Could it be that you are missing entire URL?

Code: Select all

POST https://ops.epo.org/3.1/auth/accesstoken
Please compare again your request with what you find in OPS. You can also use Developers Portal for testing: https://developers.epo.org/

Kind regards,

OPS support


Post Reply