4,100 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
32
views
Two *.car files created in the temp dir while running one project
I’m encountering an issue while running a project in WSO2 MI (Micro-Integrator) inside VS Code. Under the directory .wso2-mi\micro-integrator\wso2mi-4.4.0\temp, I see two generated folders, one of ...
0
votes
0
answers
63
views
WSO2 MI Docker image built via VS Code extension fails at startup: WSO2 Carbon initialization Failed Invalid UTF-8 start byte 0x93
Symptom
When I build a MI Docker image using the WSO2 VS Code extension (Project Overview → Build Docker Image), the container fails on startup with this error:
2025年10月24日 09:25:58.643 | [2025年10月24日 ...
0
votes
1
answer
97
views
WSO2 Micro Integrator "Failed to create InitialContext using factory specified in hash table" for LDAP Operation
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 ...
0
votes
1
answer
238
views
WSO2 Micro Integrator extension in VSCode
When using the WSO2 Micro Integrator extension in VSCode, do I need to install Micro Integrator separately, or does the VSCode extension come with its own embedded version of Micro Integrator?
0
votes
2
answers
161
views
WSO2 ESB: Using iterate and aggregate mediators without sending the split messages to an endpoint
In my scenario, there are no backend calls. I need to update some details of records in a database by looping through each record and sending a single aggregated email notification to the user with ...
1
vote
1
answer
69
views
WSO2 MongoDB Datasource EI 6.6.0
I want to configure a dataservice with a MongoDB Datasource.
I have configured MongoDB in the EI 6.6.0 dashboard panel (Create -> DataService) and you can see the MongoDB source type. The EI ...
0
votes
3
answers
171
views
WSO2 Micro Integrator: How to handle "application/json; odata.metadata=minimal" content-type from backend?
I'm trying to handle responses with content-type "application/json; odata.metadata=minimal" from a backend service in WSO2 Micro Integrator but facing issues.
[2024年10月29日 11:05:53,099] ERROR ...
0
votes
1
answer
69
views
WSO2 Inbound endpoint with dynamic parameter
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 ...
0
votes
1
answer
513
views
How to Disable SSL Certificate Validation in WSO2 Integration Studio for HTTP Endpoint Calls?
I'm encountering an SSL certificate validation error in WSO2 Integration Studio when trying to send a request to an external HTTPS endpoint. The error is a PKIX path building failed exception. The ...
0
votes
1
answer
79
views
How to handle text/event-stream response in WSO2 Micro Integrator?
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 ...
0
votes
1
answer
89
views
Unable to fetch JSON ARRAY elements by using jsonpath/ xpath in WSO2 EI / MI
I have sample JSON Payload shared below.
{
"multisetAttribute": [
{
"attributes": [
{
&...
1
vote
1
answer
314
views
How to Access Fields in application/vnd.oracle.adf.resourceitem+json Response in WSO2 Integration Studio?
I'm currently working on a project in WSO2 Integration Studio, where I need to retrieve and process data from an external API. The challenge I'm facing is that the API response is in the application/...
1
vote
0
answers
75
views
WSO2 Micro integrator - status code 413 "request entity too large"
I'm using WSO2 integration studio to create an API.
I have a multipart/form api that uploads a photo, I increased the max request size and response size in the deployment.toml.
When I logged the image ...
0
votes
1
answer
29
views
WSO2 Kafka Consume messages from topic issue
So I setup kafka on wsl2 and was able to produce and consume messages to/from a topic I created there in the wsl2 instance. After that I used the kafka connector provided in wso2 (micro-integrator ...
1
vote
1
answer
158
views
Adding advanced UI customizations to WSO2 API-M UIs didn't went well
I followed the steps to access the frontend folder of the WSO2 the steps in the documentation, but in the 3rd step it didn't run the mentioned command and even the next one the following step that ...