Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
34 views

I have a WSO2 multi-module Maven project with ESB config, exporter, and mediator projects. When I run my project in WSO2 Integration Studio and select the mediator project to include in the CAR file, ...
Abdulwahab Almestekawy's user avatar
0 votes
1 answer
85 views

I am trying to connect my APi developed by wso2 MI VsCode to an OpenLDAP server running on Ubuntu WSL. I’m using the WSO2 LDAP connector (V2) to perform LDAP operations (search, authentecates), but ...
Imen Frigui's user avatar
0 votes
0 answers
53 views

I'm trying to get Sentry to work with WSO2 Micro Integrator 4.4.0, but it seems to be an incredibly difficult task. Has anyone here managed to get it running? If you have, I would be very grateful if ...
Noráu's user avatar
  • 1
1 vote
0 answers
84 views

I try using the Ballerina module in wso2mi but i have the following error [2025-07-29 16:07:19,538] ERROR {io.ballerina.stdlib.mi.Mediator} - {api:BallerinLinuxAPI} function 'helloWorld' is called ...
user31169131's user avatar
0 votes
0 answers
61 views

I’ve recently moved from a Java/Spring Boot stack where I used tools like JaCoCo for code coverage to working with WSO2 Micro Integrator, where most of the integration logic is defined in XML-based ...
santi cazorla's user avatar
1 vote
0 answers
49 views

I have a WSO2 Micro Integrator proxy that calls a WSDL endpoint. The response is a SOAP envelope containing a list of documents, each with a contents field that holds a Base64-encoded file. I extract ...
Mohamed Assedmer's user avatar
1 vote
1 answer
77 views

Building a project with data mapper takes too long and during the build process node and npm are downloaded and installed: [INFO] Installing Node and NPM [INFO] Scanning for projects... [INFO] [INFO] ...
Pospi's user avatar
  • 11
0 votes
0 answers
49 views

I am working with WSO2 API Manager / WSO2 EI and trying to fetch appointment data from two different APIs (Vodafone and TalkTalk). The Vodafone API returns a JSON array, while the TalkTalk API returns ...
Roy's user avatar
  • 25
0 votes
1 answer
53 views

I am trying to iterate over a list of APIs, extract tokenEndpoint, client_id, and client_secret, and make a GET request to fetch a token using WSO2 EI. However, I am facing a deployment error when ...
Roy's user avatar
  • 25
0 votes
1 answer
71 views

I'm working with WSO2 Micro Integrator (WSO2 MI) and trying to iterate over a JSON payload to extract values dynamically. However, I'm encountering the following error when using json-eval() inside a ...
Roy's user avatar
  • 25
0 votes
1 answer
64 views

I have problem with WSO2 micro integrator: I have a dataservice with a method for saving data to the database. I pass data to the method via payload factory : <payloadFactory media-type="json&...
Pospi's user avatar
  • 11
0 votes
1 answer
69 views

I am getting below error while fetching data from database using data service. It was working but suddenly throwing below error. Please help to resolve this error & what might be the reason for ...
Sumathi M's user avatar
0 votes
1 answer
261 views

I have an inbound-endpoint that retrieves messages from a RabbitMQ queue and then triggers a sequence. In this sequence, I want to use the script mediator to run a JavaScript script. However, I’ve ...
JMH's user avatar
  • 5
0 votes
1 answer
312 views

I have installed WSO2 MI and Visual Studio by follows WSO2 official site I am trying the simple "Helloworld" service as instructed in WSO2 Quick reference After designing the project, I am ...
Justin's user avatar
  • 987
0 votes
1 answer
119 views

I am using WSO2 Micro Integrator to call a native API that works successfully when tested directly via Postman, returning a 200 status code. However, when calling the same API through the Micro ...
Emna Sallemi's user avatar
1 vote
1 answer
168 views

We have an HTTP endpoint of WSO2 Micro Integrator. This mediator points to an REST API that returns a 201 message with a validation token (it is a login sequence). The token is not included in the ...
Fidel's user avatar
  • 15
0 votes
1 answer
67 views

By providing the static values into WSO2 inbound endpoint it works fine as in the below given example. Looking for a solution that will dynamically pick the value from configuration (i.e. from ...
Pritish Mohanty's user avatar
0 votes
1 answer
70 views

I am using WSO2 Micro Integrator to call an external API that responds with text/event-stream. I need to know if the WSO2 Micro Integrator supports processing text/event-stream responses. Does WSO2 ...
arjun s's user avatar
  • 29
0 votes
1 answer
111 views

I am trying to use inboundEndpoint for read files in the FTP location and that location contains files with the .swf extension. Below is the my inbound endpoint <?xml version="1.0" ...
Madhushani Hewagama's user avatar
0 votes
1 answer
100 views

I am currently using WSO2 Micro Integrator and I'm looking to completely disable HTTP access logs to optimize performance and reduce unnecessary I/O operations. I have tried several configurations but ...
arjun s's user avatar
0 votes
1 answer
65 views

I am currently using WSO2 Micro Integrator 4.2.0, and during my performance testing, I have encountered a significant reduction in throughput when using the ScriptMediator in my flow. Without the ...
arjun s's user avatar
0 votes
2 answers
313 views

I'm working on a project where I fetch data from a database using a stored procedure. The data is returned in XML format like this: <record> <field name="ID">8f7e-...
Oshada Eranga's user avatar
0 votes
1 answer
253 views

I have to iterate the DB result. I used dss to fetch the data from the DB. Now results are coming in a xml format. But my flow is not entering into the iterate mediator. I tried with xpath online tool ...
Sumathi M's user avatar
0 votes
2 answers
272 views

In wso2 integration studio i created api with custom class mediator .Class mediotor i have configured loggers and jdbc connection .while running api class mediator is picking and logs are showing in ...
jegan's user avatar
  • 1
1 vote
1 answer
101 views

I want to get categories from a table by passing limit and offset. I added this query into the dss like below. <resource method="GET" path="permission-categories?offset={offset}&...
prime's user avatar
  • 839

1
2 3 4 5 6