wso2

WSO2 API Manager end user registration from Mobile(Android and iOS) Application using google or facebook sign-in

旧时模样 提交于 2019-12-14 04:09:10
问题 We are using WSO2 API Manager 1.10 and WSO2 Identity server 5.1.0 for managing back end REST APIs which will be consumed by Android and iOS application.For a end user(Mobile App user) to access the APIs exposed,process followed is:- 1.User registers to WSO2 IS server using WSO2 SCIM create user API. 2.User request for access token which will be used for accessing the APIs. We are planning to add Google and facebook sign in feature in our Mobile app which will help end user avoid user creation

Patching WSO2 BPS - Carbon

痞子三分冷 提交于 2019-12-14 03:54:59
问题 I am attempting to patch the carbon app within our WSO2 BPS 3.2.0 environment. We are currently runnning 4.2.0 patch0005 which was bundled with BPS. There is a fix in patch0007 that resolves a bug we are experiencing. Does anyone have a working processes including the steps to download the patch source? I see there is a service pack listed here... https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/service-packs/, but this does not include the jar files needed for the service pack. I

location of cassandra.port in BAM2.2.0

最后都变了- 提交于 2019-12-14 03:53:23
问题 I would like to monitor my application server application using WSO2 BAM. Intially I didn't change the BAM offset address, keep it as by default(ie offset 0) and I changed the application server offset as 2. It seems some problem to show. If I change the offset of BAM server as 2. How can I change the cassandra.port address. I mean the location of the file in BAM 2.2.0 server. Thanks 回答1: Cassandra port can be changed from wso2bam-2.2.0/repository/conf/etc/cassandra-component.xml. But if you

WSO2 ESB: XML response in WSO2 REST API call not parsed

孤人 提交于 2019-12-14 03:52:48
问题 I'm having troubles processing a plain XML response from my REST API in a WSO2 ESB (4.8.1) proxy service. My outSequence obviously expexcts the API call result payload to be a SOAP message which it is not (plain XML) resulting in error while further processing it. I use the HTTP Endpoint but the same error occures when using the Address Endpoint. I have to use GET as the request method as the API does not allow POX. (The issue seems to be similar to the one already mentioned in WSO2 ESB: log

why The API could not be invoked by postman or httpclient?

跟風遠走 提交于 2019-12-14 03:31:45
问题 The API's Ip address is 172.17.0.1. Thus, I invoke it in postman,how can The browse or postman find the ip address? and I think it is the reason why postman or browse could not invoke the API gererated by AM 回答1: The problem is that you are trying to invoke a private IP. Also, I don't think what you are trying to call is an API in WSO2 API cloud. URLs of APIs in WSO2 API cloud look like this. http://gateway.api.cloud.wso2.com/t/mytenant/pizzashack/1.0.0 回答2: As per the chat we had, you should

Configuration for WSO2 ELB with WSO2 ESB

孤者浪人 提交于 2019-12-14 03:23:01
问题 I want configuration files for WSO2 ELB 2.1.1 and WSO2 ESB 4.8.1, axis2.xml loadbalancer.config carbon.xml catalina-server.xml and any other if there. I have configured with one ELB(offset 0, 8280), one manager(offset 1, 8281) and one worker(offset 2, 8282) ESB and when i try to send a request via ELB I'm getting DynamicLoadbalanceEndpoint application member not available but both are available and get the log that mgt and worker have joined when they turn on in ELB. Initially when i send a

How can I create and integrate Human Task into BPEL Workflow using WSO2 BPS?

自作多情 提交于 2019-12-14 02:44:01
问题 I'm trying to create and integrate Human Task into BPEL workflow. So far I've found only one sample of human task integrated with WSO2 BPS but it doesn't show how to create it, it's just ready to deploy and execute. Does anyone know if WSO2 has recently released new tools/methods to create and integrate Human Task into BPEL? 回答1: Please refer to the following blog posts and articles they might help with your work http://nandikajayawardana.blogspot.com/2013/05/how-to-implement-your-own-task-ui

wso2 api manager database

∥☆過路亽.° 提交于 2019-12-14 02:43:17
问题 I don't understand how can I access the data of APIs (api_id) USER (user_id), subscriptions (is a user 'x' subscribed to API 'y'?) ... how can I perform such controls by connecting to some db? 回答1: Though your question is not much clear,hope you want to know how WSO2 API Manager implemented database data accessing part.I'll explain how WSO2 API Manager did controlling over database data. You could found the database scripts[it contains h2/mysql/oracle dbscripts] use by WSO2 API Manager from

Using input parameter as an optional input

99封情书 提交于 2019-12-14 02:17:25
问题 Using wso2, DSS version 3.01, I am trying to have an input parameter that could be an optional parameter. A user can say, give me all the info for this specific code, or if a user does not specify any code, I want to give all the rows of data. Can you help? 回答1: Instead of creating a query for each optional parameter, you can also do the following: <query id="selectEmployees" useConfig="default"> <sql>select * from Employees where (:employeeNumber is null or employeeNumber = :employeeNumber)<

Change “carbon.super Profile Service” to custom name

徘徊边缘 提交于 2019-12-14 02:01:41
问题 I am successfully able to install the WSO2 EMM profile. It's working properly on my iOS devices. Now when I install the configuration profile for the first time it displays "carbon.super Profile Service" as profile title. How can I change the profile title? 回答1: This is identified as a bug in the EMM, so I have created a public jira[1] for that and will be fixed soon. [1]https://wso2.org/jira/browse/EMM-1473 Thanks. 来源: https://stackoverflow.com/questions/38458099/change-carbon-super-profile