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
2 answers

Binary-Relay don't expand SOAP message in wso2 EI and wso2 API Manager

We are using wso2 api manager (2.1.0) to manage our SOAP apis. The reponse message of a our web service has content type "application/dime". We change axis2.xml to use binary-relay (builder and formatter) with that content type.
0
votes
1 answer

WSO2 Databases Function

I have a question around databases that are used for WSO2 API manager. I understand that WSO2 API manager comes with embedded H2 database, but if we want to use an external database such as PostgreSQL or any other industry standard DB. Which of the…
Avnish
  • 21
  • 4
0
votes
1 answer

How can i add new environment in API wso2

How can I add new environment in API Management WSO2 in current there are two environments by default
Ttami
  • 47
  • 7
0
votes
0 answers

Passing end-user details from client to real backend endpoint

how can I Passing end-user details from client to real backend endpoint I try the following URL but doesn't work with me Passing end-user details from client to real backend endpoin
Ttami
  • 47
  • 7
0
votes
2 answers

Wso2 api manager, gateway doesn't invoke rest from the backend

I'm new api manager, I installed it then I published a rest service but when I run it the gateway doesn't invoke the service Please there is an issue in the config or what ?
Ali Mejri
  • 39
  • 6
0
votes
1 answer

How can I generate a SSL certificate to have a common name in order to replace the CN of AM by default

If I do not replace the CN by default and use the default CN,It would prompt the shown logs HttpGet httpget = new HttpGet("https://14.21.6.24:8243/1.0/test/IBM"); logger.info("url=="+httpget.getURI()); …
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
1 answer

why the API that generated by AM was not invoked again

I reunzip an wso2carbon-2.0.0.zip and start this server . Then I invoked the API by postman or curl command . It all did not work.
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
1 answer

What configuration should be modified as the below error logs after I had modified CN name by Default in API Manager

firstly ,I had modified CN name by default and I tried to regenerate an Access Token,but it prompted the http error code 500. the screenshot is the error log.
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
1 answer

Which public key should I import in jre if I want to invoke an API generated by AM?

as the following logs , I write a httpclient example to invoke an API generated by AM. Then here is the error logs and which public key should I import in jre? javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path…
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
0 answers

why the API generated by AM is not invoked as the following error logs

I configured the API by AM and I configured the Production Endpoint to https URL.After the API was published ,I invoked it by curl command as the following. curl -X GET --header 'Accept: application/json' --header 'client-id: vnet40000001'…
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
1 answer

How can I invoke my API which designed on API MANAGER?

I want to invoke my API which designed on API MANAGER. I do it as the following screenshot. But there is no correct result as the following screenshot. Before I do the above saying, I do the curl command and get correct result. Then how can…
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
0 answers

why there is no endpoint type?

I design an api as the official context,when I imlement the managed api ,there is no endpoint type as the official context. why ? like the following image
Mike
  • 419
  • 1
  • 6
  • 16
0
votes
1 answer

Disable Case sensitive URLs for wso2 am

I created an api in wso2 api manager 2.0 publisher. When I publish this api, I have some resource /Some/things In the wso2 store. If I keep the case as is in the URL, then my api works. If I use any other tool to call and change the case in url to…
Soli
  • 545
  • 5
  • 11
0
votes
0 answers

API Manager 2.0.0

Does anyone have API Manager 2.0.0 in a cluster in production. In other words you have it split running store, publisher, gateway, keymanager and trafficmanager each on at least one separate machine. I am trying to setup two each, following the…
Andre
  • 1
  • 3
0
votes
2 answers

Error changing admin password wso2am-2.0.0 new install

I've changed the wso2carbon.jks keystore to my own store and my CA signed cert is working fine via a remote browser for https. However when I try to change the admin password via the carbon management console UI and restart the API manager I get…