Questions tagged [wso2-api-manager]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
3244 questions
0
votes
0 answers

Getting blank {} response after create new version of an existing API in wso2 APIM 3.2.0

I have create a new version of an existing API in wso2 APIM 3.2.0. When I try to invoke that API I am getting blank response like {}. Version 1 is working fine, but when we triggered V2 we are getting empty response. I could also see that new…
Vilas
  • 77
  • 7
0
votes
1 answer

Working with BigQuery Connector through Service Account in WSO2 EI 6.5.0

I am using BigQuery Connector in WSo2 EI 6.5.0 to work with Dataset, Tables etc. In my case, I need to generate credentials through Service Account. In bigquery.init Operation there is apiKey param is there. It needs to be known whether API key…
0
votes
2 answers

How to Send Authorization Token Using WSO2 API Manager

I recently got started with wso2 api manager. I managed to import an existing api which requires a bearer token to be included in the header as a way of authentication. I can not seem to find a way to include the bearer token in the API Manager…
0
votes
1 answer

WSO2 IS and APIM Scopes and Roles

I'm setting up a wso2 apim with wso2 is as key manager. I would like only users with a certain role to be able to get scope on IS. For example, if I have a role X and the user USER has the role X only this user must be able to obtain the relative…
user5919369
  • 111
  • 6
0
votes
1 answer

WSO2 error : API authentication failure due to Unclassified Authenticatio

I put my files in /wso2am-2.6.0/repository/deployment/server/synapse-configs/default/api then send request and I got the below error 900900
Yancey
  • 1
  • 1
0
votes
1 answer

Error 'APILifeCycle' WSO2 Api Manager - Quantity of Apis Distorced Showed at publisher page

First I would like of congratulations all people that help us here!! I am a problem with wso2 APIM version 4.1.0 deployed at kubernetes Cluster 1.25.4. We are using Oracle 19c as Database. When some analysts connect at Publisher page,to create apis,…
Alex
  • 69
  • 1
  • 7
0
votes
2 answers

how to configure a policy in gateway level to allow access for specific IP addresses to call APIs in wso2 APIM 3.2.0?

i want a solution to apply in gateway to allow access for specific IP addresses that only these IPs could call all APIs I created.in which step of Message Flow in the API Manager Gateway I must add this functionality : The handlers or Mediation…
Ali farahzadi
  • 274
  • 2
  • 10
0
votes
1 answer

ERROR {org.wso2.is.notification.EventSender} - Error while sending Revocation Event

In logs i'm getting this Error while opening admin page. ERROR {org.wso2.is.notification.EventSender} - Error while sending Revocation Event to https://:/internal/data/v1/notify javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't…
0
votes
1 answer

changing the URI pattern of Generate REST APIs form SAOP methods in WSO2 api manager 4.1.0

I'm using from WSO2 API Manager 4.1.0 and I need to change URI pattern of methods that Generated REST APIs form SAOP endpoint (There is no problem in rest services with rest Endpoint). for example I have method with /mutliply URI pattern and I want…
Mr White
  • 97
  • 1
  • 9
0
votes
1 answer

Swagger json file in API Manager

I have deployed my Azure Function behind an API Manager. Is it possible for the API Manager to expose the same swagger endpoint as the azure function. For e.g : If the function app swagger url is…
0
votes
1 answer

how to write a Custom Rate Limiting Policy to block all request comes except some IP addresses to call a specific resource in rest api in wso2?

how to write a Custom Rate Limiting Policy in wso2 api manager(3.2.0) admin portal to block all request comes except some IP addresses to call a specific resource in rest api and also what I fill in key template section?
Ali farahzadi
  • 274
  • 2
  • 10
0
votes
1 answer

Payload becomes empty whenever it reaches the backend Wso2

This is the code generated in Integration Studio. I'm hitting an API through my production endpoint. I'm converting the payload from XML to JSON, and I can see the payload successfully converted in the logs. However, whenever it reaches the backend,…
0
votes
2 answers

is it possible to restrict access to specific rest API resource exept for some IP addresses in WSO2 API manager(3.2.0)?

for example I have a rest API called pizzadellivery and a resource called get prices and also set an endpoint and also set no Security, Rate Limiting & Scopes.is it possible to restrict access(call an api) to specific rest API resource except for…
Ali farahzadi
  • 274
  • 2
  • 10
0
votes
1 answer

APIM (4.0, 4.1) How to configure apim to retry after receive http/500 with soapfault

I have two endpoints: main and failover. When apim sends request to main endpoint, it returns http/500 with SoapFault next apim processes the error and starts prepare request to second(faiover) endpoint and hangs on class XFormURLEncodedBuilder …
andpel
  • 1
0
votes
1 answer

The server could not verify that you are authorized to access the requested resource

Apim(publisher) page and IS page is working fine but APIM admin page throwing this error"The server could not verify that you are authorized to access the requested resource" We are doing upgradation for the version for IS version 5.11.0 and APIM…