WSO2 Enterprise Integrator (WSO2 EI) is a comprehensive integration solution that enables communication among various, disparate applications.
Questions tagged [ei]
42 questions
1
vote
1 answer
WSO2 - EI 6.2.0 - Configuring Oracle AQ JMS database with EI to publish/consume messages to/from Oracle AQ JMS
This is Radhakrishnan and new to WSO2 world. Would like to configure the Oracle AQ JMS with EI so that EI can consume/publish messages from Oracle AQ JMS.
Configuration for axis2.xml has been done and written a Proxy to consume message from Oracle…
1
vote
3 answers
WSO2 developer studio doesn't show API Resource Properties tab
I've installed WSO2 Developer Studio and restarted Eclipse but when I tried to get Properties Tab only get this:
Properties????
It should be like this:
API Resource Properties
What do I have to do? Thanks!

Alexeins
- 11
- 2
1
vote
0 answers
In wso2 esb i can send but i am not able to listen to websocket
In wso2 ESB, I am able to send data to WebSocket but I am not able to receive data.
I tried this with rest api of wso2 esb.
…

ashok
- 1,078
- 3
- 20
- 63
1
vote
1 answer
WSO2 Enterprise Integrator - Secure Vault Admin Page Error - Windows Service
Can some please help with an issue I am having with the Enterprise Integrator 6.1.1 and running it as a windows service.
If I run the application from the console I am able to access the Secure Vault page on the administration web page. As soon as I…

Gary
- 13
- 2
0
votes
0 answers
Enterprise Integrator 6.5 Clustering/Loadbalancing
Upon implementing WSO2 EI Clustering and LoadBalancing with Apache on 2 nodes, the routing and functioning of EI management console goes well when only one node is up.
When the 2 nodes are up , the management console behaves unexpectedly (displays…

haitham
- 1
0
votes
0 answers
vfs transport transport is not stable in WSO2
I using EI version 6.6.0 and OS - CentOS Linux 7 (Core).
I have a proxy service and one part of its task is to copy a file with content to a backup. To do this I use the transport.vfs.replyfilename property with the OUT_ONLY property and the…

Evgeniy Zhurenko
- 47
- 5
0
votes
0 answers
Sending an email notification after a file transfer over FTP
I have created a file transfer service that sends files from one directory to another using a file connector. This is done over FTP server. I have an email that sends out after a file has successfully transferred, however it does not work over my…

Nalyssia Govender
- 11
- 3
0
votes
2 answers
Accessing XML attributes in WSO2 EI
I'm able to access the body of the payload and other Childs of the body but I'm not able to access the attributes defined inside the xml tag i.e.
…

saitama
- 699
- 1
- 9
- 21
0
votes
1 answer
WSO2 EI new xml tag using Enrich mediator and when xml tag takes dynamically
Is it possible to add new xml tag to xml payload using enrich mediator.
my sample payload -
181
Learning
0
in_progress
…

Thilina
- 1
0
votes
0 answers
in WSO2 I can't store image in a property
in WSO2 I try to make a call to given URLs to get png images in a pretty basic way. Then when I try to store/enrich I get the same error every time:
> [2021-07-02 16:38:38,357] ERROR {RelayUtils} - Error while building
> Passthrough stream…

Alihan Şimşek
- 3
- 1
- 4
0
votes
0 answers
WSo2 EI Error: Port Number missing from URI
I have created a file transfer application using Integration Studio for WSo2 EI, it is a bi-directional flow so I am sending and fetching to/from a server. I have done many of these in the past and they are quite simple however I stumbled upon the…

Jefledge
- 39
- 9
0
votes
1 answer
WSO2 EI - < (less than symbol) throwing error in Script mediator (Javascript)
I have 2 variables stored in properties in WSO2 called date1 and date2, which are both date strings in "YYYY-MM-DD" format. I then have a script that parses the dates and compares to see if date2 is less than date1.