Questions tagged [ei]

WSO2 Enterprise Integrator (WSO2 EI) is a comprehensive integration solution that enables communication among various, disparate applications.

42 questions
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
5
votes
1 answer

Publish statistic from wso2 EI to wso2 Stream Processor

I need to know how is it possible to publish statistics via event publisher from Enteprise Integrator to Stream Processor. I have following implementation of event publisher on my EI
4
votes
1 answer

WSO2 EI how to increasing Endpoint timeout?

I have setted configure and endpoint timeout but it have below response. What should I pay attention if I want to increase endpoint timeout?

504 Gateway Time-out

The server didn't respond in time. …
Amanda
  • 131
  • 3
  • 15
3
votes
1 answer

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 deploy it on the WSO2 EI, it's not working. The…
hesam
  • 31
  • 3
2
votes
1 answer

WSO2 EI/ESB: For loop implementation

I want to implement a simple "for loop" in WSO2 Integration Studio. For example: I am implementing a bus-route API. Every bus has 10 different stops. I want to fetch the 10 stops from the back-end service. A normal for-loop for this would…
cracknut
  • 301
  • 2
  • 11
2
votes
1 answer

WSO2 EI - 2 way SSL - handshake_failure

I've a problem setting up a two-way SSL authentication. I need to access an HTTPS endpoint from wso2 entreprise integrator. The service provider gave me a pfx keystore that containes certificates and private key that i have to provide to the…
elrudaille
  • 21
  • 4
1
vote
2 answers

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 looking in the Enrich Mediator documentation and noticed an example to remove selected parts from a…
mortimerfreeze
  • 199
  • 1
  • 1
  • 9
1
vote
1 answer

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: I then have a filter that checks to see if that field is there, and if it is missing,…
mortimerfreeze
  • 199
  • 1
  • 1
  • 9
1
vote
1 answer

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 user to find out how process is doing. After…
Mehdi
  • 499
  • 1
  • 7
  • 31
1
vote
1 answer

WSO2 EI/ESB: Implementing Switch mediator and Filter mediator using Regular Expression

In my API, I have a property like: I want to use Switch mediator and Filter mediator to route to different back-ends based on the above property. For example, if the…
cracknut
  • 301
  • 2
  • 11
1
vote
3 answers

What is the best way to iterate inside WSO2 EI?

After reading of WSO2 EI References, I still confuse about how use iterators inside a EI sequence. In my case I have a payload like this.... { ... "array": [ {"cpf": "12345678911"}, {"cnpj":"12345678912346"} ] } So…
ChelloFera
  • 349
  • 1
  • 3
  • 16
1
vote
0 answers

How to move files from Amazon s3 to Local using WSO2 EI Proxy?

I have to do POC with WSO2 6.5 EI - Amazon S3 Connector. My Task is “Need to get files from Amazon s3 to local then load those file’s values into database” Simply need to watch amazon s3 bucket for every 5 minutes if objects uploaded into bucket…
Sumathi
  • 93
  • 10
1
vote
1 answer

Use WSO2 EI to send an email

I use WSO2 EI to send an email but I get an error message below. 2019-01-24 17:53:12,353 To: /services/SimpleProxy2.SimpleProxy2HttpSoap12Endpoint, WSAction: urn:mediate, SOAPAction: urn:mediate, MessageID: …
Amanda
  • 131
  • 3
  • 15
1
vote
1 answer

Pass dynamic values to WSO2 DBLook 'like' query

Scenario : I have used DBLookup mediator to retrieve the full name by passing part of the name. For that I used like option in sql. Full Name : John Smith Value passed : John SQL : SELECT * FROM table WHERE FullName like '%John%' Used config : …
JeewanaSL
  • 233
  • 1
  • 2
  • 10
1
vote
1 answer

remove xml declaration in payload response

I want remove xml declaration from wso response created by payload mediator (post method).
E.Zenkov
  • 11
  • 2
1
2 3