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

WSO2 API Manager 2.0.0- Receive GET request and send POST to backend

I've created an RESTful API in wso2-am 2.0.0. But I'm face a problem and a would some help. I have a resource wiht GET http method which receive an url param and I made a SOAP payload to send via POST to backend (backend is soap11). For this, I used…
artCampos
  • 15
  • 1
  • 5
0
votes
1 answer

WSO2 API Manager theme customization

as per AM documentation, https://docs.wso2.com/display/AM200/Adding+a+New+API+Store+Theme, themes can be modified by including new/subthems, but in store/publisher css/images are referred from…
0
votes
1 answer

WSO API Manager endpoints and cloud

I have several questions about WSO2 API Manager that I am not able to figure out reading the documentation: Is it possible to setup a "default" basepath for all API? for example if I have to switch my endpoints from localhost:8080/rest/myapi to…
0
votes
1 answer

WSO2 API Manager 2.0.0 - Error on Publisher Login

I've made a fresh install of WSO2 API Manager 2.0.0 on a google cloud VM. I can login fine into my carbon console and access the publisher root. When I try to login into my publisher console (https://{my_ip}:9443/publisher) I get the following error…
0
votes
0 answers

WSO2 APIManager 1.10 - Error getting hybrid roles from filter : %

I Try create a user at store and assing a role for it. After 5 minutos, a receive the message below .I can't start the APIMAnager. The browser now shows "HTTP Status 405 - HTTP method GET is not supported by this URL". Error at Log: …
0
votes
3 answers

WSO2 APi Manager Response Code 0

I'm trying to use WSO2 API Manager 1.10.0 on an existent micro-services project with REST APIs following WSO2 tutorial. I have installed it on my computer as well as a copy of my application and configured AM to manage requests (GET, POST and…
0
votes
0 answers

WSO2 API Manager - Error changing admin password

I have 2 Stores, 2 Publihser, 2 Gateway Workers, 1 Gateway Manager working with a SVN Synchronizer. When I'm using default user and passaword (admin:admin) everething works weel. But When I change using [1], and I try publish a API, I receve this…
0
votes
3 answers

WSO2 API Manager Received fatal alert: handshake_failure

Using WSO2 API Manager (V1.10), I published a API and I imported the SSL certificate to client-truststore.jks. But When I call this API, I 'm receving this error: 2016-07-11 11:42:11,296 [-] [HTTPS-Sender I/O dispatcher-7] ERROR TargetHandler I/O…
0
votes
2 answers

I installed WSO2 AM(API Manager) 1.10.0 and used the user-mgt.xml from working AM 1.9.0, but now I cannot login to carbon admin UI

I installed WSO2 AM(API Manager) 1.10.0 and used the user-mgt.xml from working AM 1.9.0, but now I cannot login to carbon admin UI. API Manager is configured with LDAP read only primary user store. Additionally API Manager is configured to work…
J D
  • 274
  • 3
  • 17
0
votes
1 answer

WSO2- APIM(1.10.0) Deployment Synchroniser(SVN based) fail to sync new tenants

I have a WSO2 API Manager Setup that works well with SVN when I use the carbon.super tenant. But when I created a new Tenant and publish a new API at it , the mensage below is showed: *TID[-1234] [AM] [2016-06-23 13:49:43,042] WARN…
0
votes
1 answer

Unable to consume REST API in WSO2 API Store

Have installed the API Manager 1.10.0 on a single machine and got everything running. Created and published API containing Openstack's Keystone URL. However when i try to consume API via API console in API store i get the MANAGEMENT CONSOLE as i…
G.Stitou
  • 1
  • 1
0
votes
1 answer

Can we configure multiple (per application) TokenGeneratorImpl classes in api-manager.xml?

I am new to WSO2 Api manager. Recently, I got a requirement for writing CustomJWTTokenGenerator classes for different applications published on a single WSO2 instance. I followed the below links for reference: API Manager 1.9 Documentation & WSO2…
akshitmahajan
  • 668
  • 1
  • 9
  • 17
0
votes
3 answers

Error while run the application in store on wso2 API Manager

I got an error while running the application in APIManagerStore as Response header: "error": "no response from server", Response body:no content, Response Code:0 as output. I got the output by using soapUI but it is not running on APIManager Store.…
RakeshSharma227
  • 361
  • 1
  • 5
  • 15
0
votes
1 answer

How to install a feature in wso2 Carbon automatically?

I'm trying to install 'Account Recovery and Credential Management' on my carbon automatically. Currently, I'm installing this feature from the carbon UI with the following steps; login to Carbon as a super admin Navigate to Feature tab Add a…
J.GS.Han
  • 117
  • 1
  • 9
0
votes
1 answer

WSO2 API Manager Config issue with Surf OAuth as Third Party KeyManager

I am trying to use Surf OAuth as third party key manager with WSO2 API Manager. Following the documentation at https://docs.wso2.com/display/AM1100/Configuring+a+Third-Party+Key+Manager My issue is that when I add the configuration for Surf OAuth in…