Questions tagged [ei]

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

42 questions
0
votes
1 answer

WSO2 ESB problem with convert xml to json

I use property mediator to convert xml to json It's work, but when the xml message contains a number like 50103015080000000550022052 then after converting to json…
Gregory
  • 41
  • 5
0
votes
0 answers

Error generating API with openapi 3.0.1 in WSO2 EI

I am working with WSO2 EI 6.6 and I am testing the "Generate API" feature from a Swagger definition. I found out that the generation success using the swagger 2.0 spec but if I convert to OpenAPI 3, the generation fails. The error shown is the…
fipries
  • 386
  • 3
  • 19
0
votes
1 answer

Named parameter can't be used more than one time in a query of Data Service

We are using WXSO2 EI 6.5.0. I prepared Data Service with such simple query: SELECT e.code ,e.firstName,e.lastName,e.birthday FROM dbo.elaba_USERS_EMPLOYEES e WHERE e.firstName like :someText or e.lastName like :someText
Tadeus Garsva
  • 189
  • 11
0
votes
1 answer

How to use WSO2 EI to integrate services and provide the REST API for a web app built using MERN stack?

I have developed a web application using the MERN stack. I want to use WSO2 EI in eclipse to create a REST API for my app. What can I do now?
0
votes
1 answer

SourceHandler Writer null when calling informWriterError, fail to work

I deployed an API in EI. The API's main logic transformed a rest request to soap request and the calling a soap-based endpoint. Later I use a data mapper converting the response message to the format which I need. But sometimes the endpoint went…
mttsui
  • 11
  • 3
0
votes
1 answer

How to get the XML payload property

I have a payload as below.
Amanda
  • 131
  • 3
  • 15
0
votes
0 answers

WSO2 ESB, How to combine 2 messages using aggregate mediator or any other mediator

I'm new to WSO2 Enterprise Integrator. I'm having hardtime combining this two messages using aggrerate mediator. I have put my 1st message in property so I can access individual values (Is there any other way doing it?) Required output is in json…
0
votes
1 answer

How to deploy REST API created using WSO2 EI to WSO2 API Manager

I am new to WSO2 products and currently doing POC using EI & API Manager. I am using WSO2 EI to create REST API's and WSO2 API Manager to publish. I have created REST API using WSO2 EI developer studio and deployed successfully into EI. Now I want…
0
votes
1 answer

Accessing the Secure Vault Tool through Admin Service Enterprise Integrator

Is it possible to configure entries using the Admin Services like you can do via the Secure Vault Tool in the Enterprise Integrator (ESB) admin page? I currently use PowerShell scripts to install/configure WSO2, but need to now add values into the…
Gary
  • 13
  • 2
0
votes
1 answer

WSO2 Enterprise Integrator 6.3.0: how to merge mutliple files to one?

I'm trying to create an integration scenario with WSO EI 6.3.0 and have the following scenario and do not get it working: I have a set of multiple CSV files holding related entities (let's say just two for the beginning, customers and orders) in…
Jan
  • 3
  • 2
0
votes
1 answer

Custom message builder to handle binary data - wso2 EI

1) I have an incoming message from IBM Legacy system, i need to convert it into XML/text and send it back to a client using WSO2 EI 6.1.1. 2) I am using apache kafka as a messaging queue here, hence i have created an inbound endpoint in wso2 EI. 3)…
Naresh sivaram
  • 37
  • 1
  • 11
0
votes
0 answers

EI and APIm: Response payload is wrapped inside binary element

1.1 - API Manager 2.1.0 If I sent a POST request through a simple mediation (pass through) when the binary relay was enabled, the response payload generated by ESB has been wrapped inside a binary element as follows.. HTTP/1.1 200…
1 2
3