This tag can be used with the all the WSO2 Enterprise Integrator related issues.
Questions tagged [wso2-enterprise-integrator]
935 questions
12
votes
3 answers
How to implement a custom SamplingService for a custom message processor?log after that an element is retrieved and before the sequence is performed
I am pretty new in WSO2 ESB and I have the implement a custom message processor with this specific behavior: perform an operation after that an element is retrieved from the message store and before the sequence related to this message processor is…

AndreaNobili
- 40,955
- 107
- 324
- 596
8
votes
1 answer
What is the meaning and the purpose of an inbound endpoint in WSO2 ESB?
I am studying this material for the WSO2 ESB certification:
https://wso2.com/training/enterprise-integrator-developer-fundamentals#request_training_enroll
Into the "Download Lab kit" section there is a tutorial about how to set an Inbound endpoint.…

AndreaNobili
- 40,955
- 107
- 324
- 596
6
votes
1 answer
Update LocalEntry content in WSO2 EI 6.6.0
I have a LocalEntry named: Test with the content below and saved in the local file system.
a
I can retrieve the value1 using a property like this:

Reza Ameri
- 1,803
- 3
- 24
- 32
4
votes
0 answers
http2: how to make wso2ei 6.6.0 to use http2 protocl?
I'm using wso2ei 6.6.0, and my manager wants to set all requests to use http2, but I can't find a way to make wso2 use the http2 protocol. I'm aware that I can use a web server between them, but I need to make a passthrough to listen on http2.and…

Milad Akhlaghi
- 69
- 3
4
votes
1 answer
WSO2 EI, How to get payload as String from Custom Class mediator
I have created my own MediatorClass. Which has this major method:
public boolean mediate(MessageContext context) {
// TODO Implement your mediation logic here
return true;
}
Now there is a problem. This mediator is part of REST API…

Mr.D
- 7,353
- 13
- 60
- 119
4
votes
1 answer
wso2 ei server, error 403 forbidden, Does not access the core, error:required token is missing from the request
I am installing WSO2 EI 6.1.1
integrator --run :
https://localhost:9445/carbon/admin/login.jsp -> OK
wso2serber.bat : EI-Business-Process Server
https://localhost:9445/carbon/admin/login_action.jsp
Error 403 - Forbidden
[EI-Business-Process] …
4
votes
0 answers
Full URL of xsd schemaLocation in WSDL on WSO2 ESB EI
I've created a proxy service on WSO2 and the publish wsdl has references to some XSD files in the registry.
The WSDL is opening fine, but the referenced XSD files are using relative path. I'd like them to be with full url.
Cheking the documentation…

Junior Ribeiro
- 53
- 4
3
votes
1 answer
Why is the aggregate mediator is not working after the Iterator(for construction an json payload using Payload factory) WSO2 7.2.0 (mi-4.0.0)
When i was trying to construct an JSON payload by Iterating the JSON array by using Iterator and extracting the specific field from the payload and trying to form an Json Payload by using Payload factory inside an Iterator after Iterator i was…

sathish Sankarzz
- 87
- 7
3
votes
2 answers
How to convert 24 hour format time in to 12 hour Format as a Property in the WSO2 ESB
Im trying to convert 24 hour to 12 hour in wso2 4.9.0 payload.
Is there any way to convert it using payload.
Original Time is 22:45:16
Need to convert to 10:45:16 PM

Rest
- 119
- 8
3
votes
2 answers
WSO2 vault-lookup Xpath expression returns Empty/Blank
when I do a simple expression like wso2:vault-lookup('my-token') it returns empty. But i have the my-token present in the vault.
Has anyone encountered this problem before ? Any possible workaround that you can suggest.
EI version 6.2.0

Rooster
- 157
- 2
- 9
3
votes
1 answer
how to launch wso2 micro-integrator 7.0.1?
I can't launch wso2 micro-integrator 7.0.1. I launch files micro-integrator.sh or launcher_micro-integrator.sh or command wso2mi, after that i have strings in logs (look below), after that nothing, MI isn't loaded later. What is wrong? My Java_Home…

Epic555
- 403
- 4
- 18
3
votes
1 answer
After removing '@' from JSON response as String(), receiving the error while using setPeyloadJSON() in WSO2 sequence
Using the WSO2 Enterprise Integrator 6.4.0 for creating web services. Web service structure briefly;
Request comes to the API.xml
In Sequence.xml taking JSON payload with;

Dilara Şeyma Şahbaz
- 301
- 1
- 9
3
votes
2 answers
WSO2 EI Rest Api - Implement Custom handler class
When i try to add Handler class into my Rest API
it works after it was compiled
when i need to edit it Handler class statement is disappeared
But it is worked inside
What is the problem?
It is creating handler class and save it…

iderkhangai
- 311
- 1
- 13
3
votes
1 answer
What are the difference between a WSO2 API and Proxy?
I am following the labkit of the WSO2 Enterprise Integrator Developer Advanced course: https://wso2.com/training/enterprise-integrator-developer-advanced#request_training_enroll
and I have a doubt about the different between the concept of API and…

AndreaNobili
- 40,955
- 107
- 324
- 596