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
15
votes
5 answers

How can I resolve the error "certificate subject name does not match target host name"?

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 90d2c018-73d1-324b-b121-a162cf870ac0' 'https://172.17.0.1:8243/V1.0.2/stock/getNA?name=te' The terminal prompted "curl: (51) SSL: certificate subject name…
Mike
  • 419
  • 1
  • 6
  • 16
7
votes
1 answer

Jaggery (WS02) endpoint reference/dynamic endpoint

I'm currently developing an application in Jaggery which I deploy on their API manager. From the Jaggery back end I'm calling a SOAP webservice using the method documented here, which specifies: <% var url =…
Continuity8
  • 2,403
  • 4
  • 19
  • 34
5
votes
2 answers

How to pass Authorization Header WSO2 (API Manager) to my backend service?

I need to pass Authorization Header from API Manager (WSO2) to my Service Bus Aplication (Oracle). I saw in another post that I cant do that, because API will validate the token against the key manager and drop that token before calling the back…
Virgulino
  • 183
  • 1
  • 3
  • 8
4
votes
1 answer

WSO2 APIM : Difference between Class mediators and custom handlers

Can anyone please explain me the difference between the class mediator and custom handler in detail, what use cases these two mediators are used
Thili
  • 748
  • 1
  • 9
  • 21
3
votes
1 answer

WSO2 APIM access_token generation with default scope

I have configured wso2am-2.6.0 using SAML with wso2is-5.7.0 following the example https://wso2.com/library/articles/2017/03/use-cases-of-utilizing-saml-with-wso2-api-manager/ Both app is installed on same server with Port Offset=3. In the IS is…
3
votes
0 answers

WSO2 APIM - JSON to SOAP out sequence not works , return empty value between the SOAP parameter arguments

I tried the following codes in mediation in WSO2 server Following code for insequence mediation
3
votes
2 answers

WSO2 loss APIs after changes in docker container

I'm having another problem using WSO2 API Manager 2.0.0: I have installed it in docker using three containers (one for APIM, one for Analytics and one for MySQL) and I replace some configuration files with my custom version (e.g. DB, server name,…
3
votes
1 answer

WSO2 APIM 2.0 Clustering manage/monitor in carbon UI

I deployed the cluster in one server, here is the node start log: TID: [-1234] [] [2016-09-02 03:55:41,596] INFO {org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent} - Cluster domain: wso2.pubstore.domain…
Emman Sun
  • 351
  • 3
  • 15
3
votes
1 answer

WSO2 APIM 2.0 Clustering deployment with traffic manager issue

I deployed 2 keymanager nodes, 2 pub-store nodes, 1 gateway manager node and 2 gateway worker nodes, 1 traffic manager node in one server, and deployed nginx for load balance. Note, i deployed 2 keymanager nodes, and due to i encountered error when…
Emman Sun
  • 351
  • 3
  • 15
3
votes
2 answers

WSO2 API Manager Gateway clustering. How to setup gateway endpoint in api-manager.xml

I have a plan to use WSO2 API manager for my company, so trying to make it work clustering. it consists of Keymanager, Gateway(manager, worker), Publisher, Store on 2 AWS instances. Host1 contains Keymanager, Gateway manager, Publisher, Store. Host2…
ironrainbow
  • 141
  • 9
3
votes
1 answer

OAuth2 in Identity Server with API Manager

I'm new to WSO2 products and SOA but this is what my superiors assigned me to do. They wanted me to install, based on the requirements, WSO2 APIM, IS, and DSS products. In DSS they wanted me to create a service that would use a MySQL table as the…
Drew
  • 710
  • 1
  • 15
  • 34
3
votes
0 answers

Error with WSO2 API Manager OAuth Authentication

I installed the latest WS02 API Manager, 1.6.0. I followed the directions and just did the plain install, nothing special. When I create an API, publish it, subscribe to it, create an Access Token, and try to access it, I am seeing the following…
3
votes
1 answer

some questions about wso2 api manager performance

I follow the document 《wso2-whitepaper-wso2-and-api-management-a-technical-evaluation-guide.pdf》 test wso2 api management performance. As The article said,the wso2am system able to handle more than 8,000 API calls per secondCan be achieved? But I…
2
votes
1 answer

Create Interceptor class for WSO2 API Manager

I am new to WSO2 AM and I would like to create interceptor class for APIs that are published on my company's server on API Manager. The thing is that I need to create a solution for DRM (Digital Rights Management), to do so I need to create the…
2
votes
3 answers

WSO2 DAS Event insertion error (duplicate key value violates unique constraint) with PostgreSQL

We have encountered an error in the DAS (WSO2) using a PostgreSQL database. For some reason that we do not know is filling the PostgreSQL log with some traces: < 2017-02-23 14:04:52.276 CET >ERROR: relation "anx__8gohuwju" does not exist at…
1
2 3
13 14