New Member
Since ‎02-15-2019
‎06-22-2021

My Stats

  • 9 Posts
  • 0 Solutions
  • 0 Likes given
  • 2 Likes received

pedrodantas's Bio

Badges pedrodantas Earned

View all badges

Recent Activity

Hi All,I'm trying to publish an API to the developer's portal, however, I'm not able authenticate. My API uses oauth2. In my spec, I have the following security setting: security: - bearerAuth: [] ... securitySchemes: bearerAuth: type: oauth2 flows: ...
Hi guys,I'm having trouble testing my APIs with the integrated Developer Portal. I've created the Portal without issues and can see my associated APIs, but am not able to test (execute) them. What I'm doing exactly:1. I sign in into the Portal. 2. I ...
Hi guys,I want to call an external logging service to log the response from a target endpoint. Therefore the payload of this logging service includes the xml from the endpoint. However, I'm not able to escape the returned XML with CDATA - it simply d...
Hi guys,I'm calling a target endpoint from which I get some XML data in a format similar to the one below:PAYLOAD 1: 1 ... 1 ... ... N ... Then I do a callout from which I get some JSON data:PAYLOAD 2{ { "id": 1, "type": XXXXX }, { "id": 2, "t...
Hi guys,I've set up a oauth access authorization policy as such: GenerateAccessToken 3600000 client_credentials request.queryparam.grant_type As you can see, it sets the token for 3600000 miliseconds (one hour) expiration, and accordingly, whe...
Likes from