Questions tagged [api-manager]

[DO NOT USE] Use `wso2-am` tag instead.

API Manager leverages proven, production-ready integration, security, and governance components from the WSO2 Enterprise Service Bus, WSO2 Identity Server, and WSO2 Governance Registry. In addition, it leverages the WSO2 Business Activity Monitor for Big Data analytics, giving you instant insight into APIs behavior.

As with all WSO2 products, the WSO2 API Manager is 100% open source. Designed for easy customization, it is extensively pluggable to integrate with existing infrastructure in your enterprise.

Reference :

http://wso2.com/products/api-manager/

209 questions
0
votes
1 answer

Timer for applying settings WSO2 API-manager

I have used the WSO2 API manager in my company. When I change the settings of the available methods (scopes) or the available authorisation methods (application level security), the application of these settings takes up to 15 minutes (I tested the…
Alex
  • 13
  • 2
0
votes
1 answer

Integrate APICTL commands on IntegrationStudio Sequence

I was trying to make some Rest - Service, following the concept of APIctl, and I was wondering if i can integrate the APIctl commands in a sequence on IntegrationStudio.
0
votes
0 answers

WSO2 Api Manager 3.2.0 How Expose a SOAP Service as a REST API

I Use this document but this is Don't work: https://apim.docs.wso2.com/en/3.2.0/learn/tutorials/expose-a-soap-service-as-a-rest-api/ for example automatic create this mediator for input and it's not work :
0
votes
0 answers

WSO2 3.2.0 API Manager Received fatal alert: handshake_failure

I'm getting the following error ssl: handshake_failure on wso2 api manager 3.2.0 when call the api. I added the certificates using keytool. The below are the instruction that I used to add the certs What is your first and last name? [Unknown]:…
mrobi
  • 17
  • 10
0
votes
2 answers

WSO2 API Manager 2.6.0 How Manage Scopes for methods?

WSO2 API Manager 2.6.0 How Manage Scopes for methods? I have an API with 100 method . I have 40 role for use methods. role1 use method 1, 2 role2 use method 2,3 role3 use method 1,3 . . . role40 use method 1,2,40 I set these for hours and generated…
0
votes
0 answers

WSO2 API MANAGER apis data persitence in docker container

I am currrently using 4 WSO2 modules inside my docker-compose file as shown below: mysql: image: mysql:5.7.31 container_name: mysql ports: - 3306 environment: MYSQL_ROOT_PASSWORD: root volumes: -…
0
votes
0 answers

(Wso2 Api Manager 2.6.0) How to send a list of string as input using mediator?

(Wso2 Api Manager 2.6.0) How to send a list of string as input using mediator? I have a Api and my api have a list of string for input. my api is soap. I think mediator can help me. I want a mediator for this api. for example this is my input: …
0
votes
1 answer

wso2 connection mysql jdbc

i tried to connect an mysql in api manager wso2 jdbc using this url jdbc:mysql://localhost:3306/eemp?allowPublicKeyRetrieval=true&useSSL=false but gets an error: The data source URL is not accepted by any of the loaded drivers. Cannot load…
0
votes
0 answers

Why my WSO2 APIM APIKeyValidator responds with Erro?

I am building an cluster with 2 WSO2 APIM All-in-One distributions. So at this point I have the APACHE as front end of my cluster and the others 2 APIM nodes shared the /repository/deployment/server. The problem now is the…
ChelloFera
  • 349
  • 1
  • 3
  • 16
0
votes
1 answer

No bin folder in community version of wso2 API Manager in gitlab

I could not find the bin folder in Community version of WSO2 API Manager hence I could not start the server using file /bin/wso2sever.bat https://github.com/wso2/product-apim Am I missing something ? Do I need to build the code to create bin file ?
0
votes
1 answer

WSO2 Api Manager RestApiAdmin wsdl usage

in wso2 api manager what is the usage of this wsdl: RestApiAdmin https://[apim-host]:[apim-port]/services/RestApiAdmin?wsdl this is add api but dont show in publisher or store or carbon what is this usage?
0
votes
1 answer

how to show more information in wso2 apim GeoLocation based analytics?

I configured geo location based statistics according to the documentation for api manager and it worked perfectly.but it only shows the country name and count: enter image description here I want to show for example the city,ip,time zone etc. but…
tripleX
  • 7
  • 3
0
votes
1 answer

How to apply WSO2 Security Advisory fixes based on the changes from the public fix

Got WSO2 security updates of Security Advisory fixes and they have provided public fix url. IT would be great helpful if anybody help with instruction how to apply these public fix to my api manager server. Ex: Current version of my API manager is…
0
votes
1 answer

api manager-how to configure master-datasource xml file to our identity server db instead of api manager db

regarding single sign on,i need web UI authentication as well backend API authentication, i have installed wso2 Identity Server and API manager, both having individual db for users, i need to configure Identity Server db .In API manager in…
0
votes
0 answers

Not able to login into /devportal and /publisher after upgrading APIM to 3.1.0 from 2.6.0

Description: Cannot resolve reference to bean 'ssoConsentServiceFactoryBean' after upgrading APIM to 3.1.0 from 2.6.0. Because of that not able to login into /devportal and /publisher [2020-05-21 20:11:32,122] ERROR - [/oauth2] Servlet.init() for…