Questions tagged [wso2]

WSO2, Open Source Java based Middleware Service provider. All WSO2 products are 100% open source and released under the Apache License Version 2.0.

WSO2() is an open-source technology provider founded in 2005. The company’s hybrid platform to develop, reuse, run and manage integrations prevents lock-in through open source running on-premises or in the cloud.

With offices in the US, UK, Brazil, Germany, Australia, Sri Lanka, India, Dubai, WSO2 employs over 900+ engineers, consultants, and professionals worldwide. Together, with hundreds of the world’s largest corporations, leading universities, and governments, WSO2 executes more than 6 trillion transactions, exposes more than 500,000 APIs, and manages over 500 million identities every single year.

WSO2 Main Products and solutions

WSO2 API Manager

WSO2 API Manager () is the #1 Open-source Platform for Building and Managing APIs With Ease. It is one complete platform for building, integrating, and exposing your digital services as managed APIs in the cloud, on-premises, and hybrid architectures to drive your digital transformation strategy. WSO2 API Manager 4.0.0 product release includes the capabilities of WSO2 Enterprise Integrator () as well. Enterprise Integrator is a collection of Micro Integrator (), Enterprise Service Bus (), and Streaming Integrator(). It is an open-source hybrid integration platform providing graphical and CLI tooling, integration runtimes, and monitoring with a variety of deployment options.

WSO2 Identity Server

WSO2 Identity Server () is an API-driven, open-source, cloud-native IAM product. The developer-first approach helps enterprises significantly lower costs, modernize and consolidate their IAM and CIAM capabilities, save developer time, and accelerate time to market.

WSO2 Open Banking

WSO2 Open Banking delivers comprehensive technology and strategic consultancy to help you execute standards-compliant, commercially successful open banking initiatives.

WSO2 Open Healthcare

WSO2 Open Healthcare is API-driven interoperability, seamless and secure health data exchange, and health data transformation with prebuilt Fast Healthcare Interoperability Resources (FHIR®) accelerators for rapid implementation by meeting regulatory compliance requirements.

Choreo

Choreo is an enterprise integration platform as a service (iPaas) that allows organizations to rapidly develop applications using a low-code or pro-code approach.

Asgardeo

Asgardeo is an Identity as a service (IDaaS) that takes the complexity out of managing user access and enables building a secure and frictionless customer experience in just minutes. Asgardeo enables all of the key CIAM requirements organizations need to meet. It delivers built-in IAM best practices, easy-to-follow documentation, and common workflows including SDKs, Integration with social and enterprise identity providers, strong authentication options including TOTP, passwordless with FIDO2, biometrics, and more.

Ballerina

Ballerina () is an open-source programming language developed by WSO2. It is a modern general-purpose programming language and platform for building applications for the cloud era.

WSO2 Legacy Products and solutions

12223 questions
2
votes
4 answers

The endpoint reference (EPR) for the Operation not found using glassfish n wso2esb

I am new to wso2 esb. I am trying a simple web service program. package testmart; import javax.jws.WebService; @WebService public class testone { public String testMethod() { return "success"; } } I am using glassfish server,…
user3834140
  • 51
  • 1
  • 3
  • 6
2
votes
2 answers

WSO2 Identity Server - Internal role vs. role in external

We are considering storing our roles in WSO2 in the Internal database - on a temporary basis. As I understand it, these internal roles are stored in table UM_HYBRID_ROLE. What I want to confirm is that these roles are treated the same way as roles…
Mike
  • 763
  • 2
  • 12
  • 25
2
votes
1 answer

How to update app version in WSO2 EMM?

I've successfully published an Android app on WSO2 Enterprise Mobile Manager. Now I want to update the app version, by uploading a new apk. How can I do? I find no solution on the documentation.
2
votes
1 answer

wso2 identity server issue with '@' symbol

We have LDAP groups in an existing directory that we are trying to connect to WSO2IS. These LDAP groups have the @ (at) symbol in their name. This apparently causes issues with identity server 4.5.0. WSO2 prohibits users from adding a new external…
Mike
  • 763
  • 2
  • 12
  • 25
2
votes
2 answers

wso2/ws02 CEP, ESPER or something else?

I have a use case where a system transaction happen/completed over a period of time and with multiple "building up" steps. each step in the process generates one or more events (up to 22 events per transaction). All events within a transaction have…
Sbham
  • 199
  • 7
2
votes
2 answers

WSO2 Api Manager Custom error messages

I want to customize the error messages sent by api manager, for instance when an access token is missing or expired. I've configured _auth_failure_handler_ to return messages in json as described here, and get responses…
Facundo Olano
  • 2,492
  • 2
  • 26
  • 32
2
votes
1 answer

Creating Proxy Service in WSO2 Dev Studio With UsernameToken Security?

I am trying to enable UsernameToken security on a service within WSO2 Dev Studio. I can do this through the WSO2 web GUI easily. My desire to do this through the dev studio is to produce a .car file that can easily be deployed. I see that the web…
2
votes
0 answers

Wso2 Error while deploying carbon application

I have downloaded Wos2 Developer Studio, downloaded carbon 4.2 and added it as a server in the developer studio. I started carbon and went to the carbon admin console, I added the following features…
user598241
  • 83
  • 8
2
votes
1 answer

WSS4J complains "No Subject DN Certificate Constraints were defined. This could be a security issue" using Axis2 Rampart

We see the following warning message using Rampart-1.6.2 and wss4j-1.6.14. We wonder if anyone can advise how to set the cert subject DN constraint in Rampart. We found a way for Apache CXF though:…
user2589347
  • 21
  • 1
  • 3
2
votes
1 answer

WSO2DSS service converting null value to ' '(one single space)

I am trying to call a db function via DSS service. That db function is basically written for updating user values in database which it got from dss as input. In my db function,if it gets null value as input it wont update the user detail in my…
mihir S
  • 617
  • 3
  • 8
  • 23
2
votes
1 answer

WSO2 Identity server 5.0 - Pre configured Service provider

We would like to ship wso2 IS with our product.Instead of adding service providers manually through console, we want to pre-configure with some default identity providers and Service providers. I was expecting some xml files by which I can…
salamsoft
  • 75
  • 9
2
votes
1 answer

WSO2 DSS: Unable to connect to Google spreradsheet

I am trying to connect to a newly created Google spreadsheet, using the WSO2 Data Services Server (DSS), but it keeps giving me an error when I test the connection. I am using WSO2 DSS 3.2.1 with JDK 1.7.0_60 on Windows. The sample Google…
swami
  • 673
  • 1
  • 9
  • 18
2
votes
2 answers

WSO2 API Manager - context management

Can we reuse the context of an api that has been deleted? I am looking at the scenario, where someone accidentally deleted the api and want to recreate it. Or reuse the context for different purpose. Currently, when I try do the same, I get an…
user1664338
  • 262
  • 3
  • 13
2
votes
3 answers

WSO2 ESB Issue with Tibco EMS 8.0 integration

I tried to enable JMS transport on WSO2 ESB with Tibco EMS. With Tibco BW 6.3.0 - copied the below client jars to {wso2esb-4.8.0}\repository\components\lib tibjms.jar, jms.jar - working without any issues. With Tibco EMS 8.0 -copied the below…
Mahesh.Ganta
  • 43
  • 1
  • 5
2
votes
1 answer

WSO2 ESB Custom POJOCommand

I need to write custom POJOCommandMediator. According to wso2doc I have to implement org.apache.synapse.Command. I create simple jar with one class: ... public class PojoCommandMediator implements Command { @Override public void execute()…
1 2 3
99
100