wso2-am

WSO2 API Manager Interface

橙三吉。 提交于 2019-12-13 02:29:26
问题 I am trying to use WSO2 API Manager, however it selects the wrong network interface when started. I think this in turn makes it select the wrong interface on which to find my API implementation. Does anyone know how you specify the correct interface that is selected? 回答1: Though your question is not much clear,hope you want to login to WSO2 API Manager. Port offset 0. Admin console :https://localhost:9443/carbon Publisher :https://localhost:9443/publisher 来源: https://stackoverflow.com

WSO2 API Manager with Stormpath instead of WSO2 IS

懵懂的女人 提交于 2019-12-13 02:18:30
问题 Has anyone attempted to do this, as in use stormpath as the identity server with WSO2 API Manager instead of WSO2s Identity Server? Any information would be greatly appreciated. 回答1: You won't be able to connect the stormpath identity server directly. but you can plug that identity server to wso2 identity server and use it. You will have to create a custom federated authenticator for this see https://docs.wso2.com/display/IS510/Federated+Authentication . Default pack contains federated

How to get Swagger API definition for the WSO2 API Manager?

▼魔方 西西 提交于 2019-12-13 02:12:17
问题 I am new to WSO2 API Manager Product, which seems free (open source), I am refereeing to https://docs.wso2.com/display/AM170/Quick+Start+Guide and specifically refereeing to " Adding interactive documentation using Swagger " Swagger API definition screen, but they have not given Swagger API definition itself. I am not able to developed anything outoff it later. Could anyone please provide "Swagger API definition"? Please help.. This is only half Swagger API definition. I need full sample ..

build wso2 apim 1.10.0 from source

十年热恋 提交于 2019-12-13 02:09:00
问题 So far I installed deployment version of wso2 AM. Now I would like to build it from source and try running it instead of the binaries I downloaded from the site. Based on WSO2 documentation, I understand the steps are: 1) Download the carbon kernel source: git clone -b 4.4.x https://github.com/wso2/carbon-kernel.git 2) Download the APIM source: git clone https://github.com/wso2/product-apim 3) Build APIM from source cd <SOURCE-DIR>\product-apim mvn clean install Are these steps sufficient, or

WSO2 DAS server configuration issue - Dropping wrongly formatted event sent for -1234

给你一囗甜甜゛ 提交于 2019-12-12 20:22:42
问题 I have configured DAS with API manager server using REST client, but not able to push data to DAS server. Please see error logs in DAS server. Could you please help me to understand what is wring in configuration? TID: [-1234] [] [2016-05-20 18:07:05,566] ERROR {org.wso2.carbon.databridge.core.internal.queue.QueueWorker} - Dropping wrongly formatted event sent for -1234 {org.wso2.carbon.databridge.core.internal.queue.QueueWorker} org.wso2.carbon.databridge.core.exception

“[Article] Enabling Monetization of APIs with WSO2 API Manager” related questions

此生再无相见时 提交于 2019-12-12 20:17:48
问题 I tried to POC WSO2 APIM integration with billing engine according the article 1, at the Configure the billing engine step 5 Define the billing plan, i can't find related URL. I tried my local deployment, it seems all URLs needs user login. So my questions are: Is the "sample billing engine" used by API subscriber? Why needs user to define usage plan again in "sample billing engine"? The usage plan tiers should be defined by API publisher in APIM. Any config sample that used in real world?

WSO2 api manager stops after 1000 sync call with large payload

回眸只為那壹抹淺笑 提交于 2019-12-12 09:44:35
问题 I have a server which can send response of any size. When I make calls of with response size 1MB the WSO2 api manger works fine. (1000 requests per minute) When we make same calls with response size of 10MB the WSO2 api manager initially cuts down the size of responnse and finally becomes 0 sized responses. With 1000 requests per minute only first 28 requests response back with 10MB others are lesser size. I have tried hitting the backend service directly with 10MB response sizes and all the

WSO2am change store/publisher/carbon url

倾然丶 夕夏残阳落幕 提交于 2019-12-12 05:38:59
问题 I have installed wso2am. After starting the services it gives me 3 urls. 1) for store 2) for publisher 3) for carbon Now i need to set a domain name rather than IP address in the URLs. I am trying to do it on local machine (Just added the wso2am root folder and running wso2server.bat file). <APIGateway> <Environments> <Environment type="hybrid" api-console="true"> <Name>Production and Sandbox</Name> <Description>This is a hybrid gateway that handles both production and sandbox token traffic.<

How backend https server connect with WSO2 API Manager

强颜欢笑 提交于 2019-12-12 04:49:15
问题 So I have https server and I want to make API with this server as back end. What I did was I copied certificate of server pem file and it converted into jks file and save it in <APIMHome>/repository/resources/security But I couldn't make API in this way. What else should I do make this work ? this is how convert pem into jks keytool -import -v -trustcacerts -alias wso2carbon -file myserver.pem -keystore server.jks -storepass wso2carbon 回答1: Trusted certificates have to be imported to client

WSO2 API Manager - Sample PizzaShackAPI is not working

本小妞迷上赌 提交于 2019-12-12 04:36:31
问题 I am new to WSO2 API Manager. I followed the Quick Start Guide to learn by deploying sample PizzaShackAPI. https://docs.wso2.com/display/AM210/Quick+Start+Guide As I click "Try It Out!", I am not getting the correct response as mentioned in the guide. I am getting the below response and there is no log in the console initially. Response Code 0 Response Headers { "error": "no response from server" } After I added Self Signed Certificate in Firefox as Add Exception, I am getting the below error