42 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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
2
answers
434
views
Installation process of wso2 Enterprise integrator
Could anyone please let me know how to install latest version of wso2 ei. I've been referring to official documentation but the page isn't clear about the download process and in the product page I'm ...
0
votes
0
answers
370
views
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 ...
3
votes
1
answer
1k
views
ClassCastException: org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory cannot be cast to class javax.xml.crypto.dsig.XMLSignatureFactory
I'm using WSO2 EI ver 6.6.0 , and I developed a mediator which is responsible for Signing SOAP Envelopes.
The code I'm using correctly works on Java SE, and I've tested it. But when I compile it and ...
0
votes
2
answers
866
views
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.
<data version="2.0.0_461" timestamp="...
0
votes
1
answer
845
views
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 -
<courses>
<id>181</id>
<formatted_name>Learning</formatted_name>
<...
1
vote
2
answers
1k
views
Best way to remove JSON field using WSO2 EI Enrich Mediator?
I have a JSON Object that looks like this:
{"firstName":"Todd","lastName":"Jones","age":32}
My question is how can I remove the age field? I was ...
0
votes
0
answers
160
views
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} - ...
0
votes
0
answers
641
views
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 ...
0
votes
1
answer
279
views
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 ...
1
vote
1
answer
1k
views
WSO2 EI: Is it possible to trim spaces from a string stored as a property?
I have a json payload where I'm grabbing an addressLine field:
<property expression="json-eval($.addressLine)" name="addressLine" scope="default" type="STRING&...
1
vote
1
answer
514
views
WSO2 EI send objects responded from an endpoint to another endpoint one by one
I'm new with WSO2 EI and am trying to get data from an endpoint and sending each object of responded objects to another endpoint. For next step, if it could be done, I want to show a progress bar to ...
0
votes
1
answer
334
views
WSO2 Iterate and send messages to a message store
I'm on Enterprise Integrator 6.5.
My proxy receives a payload with a file's content and the metadata associated with it.
Said metadata may be sent into 1 or more pieces.
I need to respond to the ...
0
votes
1
answer
334
views
WSO2 EI 6.4.0 warning messages
When I start load test then warning messages shows in EI log.
WARN - TargetHandler http-outgoing-519: Request not started while the handler is in an inconsistent state RESPONSE_DONE
WARN - ...
6
votes
1
answer
338
views
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.
<test>
<value1>a</value1>
</test>
I can retrieve the value1 using a property like ...