Questions tagged [wso2-integration-studio]
215 questions
0
votes
0 answers
Unable to deploy Integration Service from Integration Studio to Service Catalog of WSO2 APIM
Added the following to the embedded MI's toml:
[[service_catalog]]
apim_host = "https://localhost:9443"
enable = true
username = "xxxxxxxx"
password = "xxxxxxxx"
Made sure the metadata and swagger files are present. Then clicked Export Project…

viggnah
- 1,709
- 1
- 3
- 12
0
votes
2 answers
How can I read csv data from a file and convert into json using CSV-connector in wso2 Integration studio?
I am trying to read csv data from a file and convert it into json data by using the CSV-Connector in WSO2 Integration studio. The data is converted to json when I pass it as payload, but how do I do it when I want to read csv data from a file by…

Ruby
- 368
- 1
- 9
0
votes
2 answers
How to publishing API created in WSO2 to WSO2 API Manager on Remote server
How do I upload the API I created in WSO2 Integration Studio installed on my own computer to the WSO2 API Manager on the remote server.
From the Add new server menu, I clicked the WSO2 Remote Server option under WSO2 and entered the host and server…

Ahmet Kalem
- 113
- 6
0
votes
2 answers
WSO2 Integration Studio: Unit test fails with 'Not a valid operation type for services'
I have a simple API from a WSO2 tutorial and am trying to run a unit test on the integration studio using the embedded micro integrator server.
The assertEquals fails with the following error. But when I use curl I get the expected response. What…

viggnah
- 1,709
- 1
- 3
- 12
0
votes
1 answer
WSO2 Integration Studio - Can't reload the diagram
When I want to import and load a project in Integration Studio 8.0.1 and double-click on src/main/synapse-config/api/ApiName.xml (after import) it generates a blank page on the Design tab, and in Source tab remains only this:

BCsongor
- 869
- 7
- 11
0
votes
1 answer
JsonUtil cannot be resolved in WSO2 Integration Studio 8.0.0
I am using WSO2 Mediator Project to create JSON payload by using WSO2 Integration Studio 8.0.0.
Integration Studio ERROR:
JsonUtil cannot be resolved
pom.xml:

Justin
- 855
- 2
- 11
- 30
0
votes
1 answer
Unable to Export Project as Deployable Archive - WSO2 EI Class Mediator
I have created "mediator project" inside Maven Multi Module Project in the tool called "WSO2 Integration Studio 8.0.0". When i export it as a deployable artifact by right-clicking on the mediator project and selecting "Export Project as Deployable…

Justin
- 855
- 2
- 11
- 30
0
votes
2 answers
HashiCorpVaultLookupXPathFunctionProvider cannot be found by synapse-core_2.1.7.wso2v182
I am currently using wso2 integration studio 8.0.0 to develop a service and integration project works solid in in my local both in integration studio runtime and local docker engine. However, when I build my docker image push it to the Kubernetes…

orhunozbal
- 23
- 4
0
votes
1 answer
JsonUtil cannot be resolved in WSO2 class mediator
I am using WSO2 Class mediator to inject String to Jsonbody by using WSO2 Developer Studio.
String transformedJson=jsonBody.toString();
JsonUtil.newJsonPayload(((Axis2MessageContext) context).getAxis2MessageContext(),
…

Justin
- 855
- 2
- 11
- 30
0
votes
1 answer
WSO2 Class Mediator can't able to add in pom.xml using wso2 integration studio 8.0.0
I really fed up when working with Integation studio 8.0.0. Because of Class Mediator implementation. Project is deployed and works fine without Class Mediator. When i include this in coding and edit pom.xml by selecting Mediator, can't able to add…

Justin
- 855
- 2
- 11
- 30
0
votes
1 answer
Integrate APICTL commands on IntegrationStudio Sequence
I was trying to make some Rest - Service, following the concept of APIctl, and I was wondering if i can integrate the APIctl commands in a sequence on IntegrationStudio.
0
votes
1 answer
connect WSO2 integration studio with remote server WSO2 Mi
I made an API on integration studio on my local computer, Now I want to deploy API on WSO2 MI that is on remote server. I added server and chose WSO2 Remote Server and set other configs, but when server is started and CompositeExporter is synced,…

Fateme Shahrabi
- 95
- 1
- 11
0
votes
2 answers
WSO2: RabbitMQ AMQP Transport consumer proxy using Integration Studio
What is the best way to inject runtime AMQP Transport configuration to consume message using Integration Studio.
Basically, I am creating an ESB rabbitMQ consumer artefacts using Integration studio, What I am looking for, run and test the…

MMRahman
- 319
- 4
- 15
0
votes
1 answer
I need to apply Aggregator Mediator in WSO2 Integration Studio
I need to apply Aggregator Mediator in WSO2 Integration Studio. An example or a reference to the example will suffice. I see examples in WSO2 documentation [https://docs.wso2.com/display/IntegrationPatterns/Aggregator] but they are for the portal. I…

Varun Kumar
- 1
- 1
0
votes
1 answer
Unable to Create Maven Multi Module Project in wso2 Integration studio 7.0.0
Don't Know where the problem exactly. But when I try to create a Maven project from the Maven project template present in Miscellaneous Project Types of integration studio it won't be created in the workspace.
I have checked in the workspace…

Mayur
- 97
- 1
- 1
- 9