Questions tagged [wso2-integration-studio]

215 questions
0
votes
0 answers

How to unified my 2 APIs functionalities in a only one project? in wso2 IntegrationStudio with AMQ

I'm a developer, and I use the nexts tools for develops APIs: Wso2 Integration Studio (Eclipse based IDE to develop APIs in a visual way) ActiveMQ (to manage queues) I have 2 projects in my Wso2 Integration Studio environment. They are: Make a 2…
user19464830
0
votes
1 answer

How to consume a soap web service in WSO2 Integration Studio 8.1.0 by using call mediator?

I have a soap web service with extension wsdl. So ı want to call mediator this soap endpoint. How is it work wso2 integration studio ?
Ahmet Kalem
  • 113
  • 6
0
votes
1 answer

Update Javascript version to ES6 in WSO2 with Nashorn

I'm using js functions and features in Wso2 integration studio for coding API. But I have to use Js ES6. Is it possible? If not, can I use ES6 features in Nashornjs?
0
votes
1 answer

WSO2 Integration Studio Out of range index error in script mediator

I have an api project in wso2 integration studio. I'm calling an api that returns 1000's of data inside. But I'm printing this result inside the script mediator. The application gives the following error. When I call the api that returns 400 data, I…
Ahmet Kalem
  • 113
  • 6
0
votes
1 answer

Unable to perform XSLT in WSO2

I have a written a class mediator to call an endpoint, by using the response from the backend endpoint I am following a JSONArray, converting it into an XML string and setting context property. I am using a payload Factory mediator to format the xml…
Ruby
  • 368
  • 1
  • 9
0
votes
0 answers

I tried installing rstudio on my macbook but i am experiencing an error while loading it, i am using MacBook (Retina, 12-inch, Early 2015)

R Session Startup Failure Report RStudio Version RStudio 2022.12.0+353 "Elsbeth Geranium " (7d165dcf, 2022-12-03) for macOS Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2022.12.0+353…
0
votes
2 answers

How to inject http endpoint adresses as a environment in WSO2?

I am calling an http endpoint in WsO2 Integration Studio. How can I give the address of this endpoint externally as envrionment? .Because the addresses of my endpoints are different in dev environment and live environment. I looked at the document…
Ahmet Kalem
  • 113
  • 6
0
votes
1 answer

Conditional Routing based on JSON evaluation in WSO2

I have following JSON data: { "CustomerNames":{ "Update":[ { "CustName":"Name1", "id":"3" }, { "CustName":"Name3", "id":"32" } ], "Create":[ …
Ruby
  • 368
  • 1
  • 9
0
votes
1 answer

Conversion error when converting an integer field from mongo to Json format as result in WSO2 Integration Studio

In WSO2 Integration Studio Data Service project, I am extracting data from mongo database using find query. While showing an integer field in json format, I get the following error. I have a field called 'RoomCount' and an integer type that returns…
Ahmet Kalem
  • 113
  • 6
0
votes
1 answer

Error when querying records with # character in WSO2 Data service via MongoDD

In the data service project in Wso2 Integration Studio, I want to query from mongo DB and print the result.I cannot run a data containing # character through wso2 integration studio. My query is running via Mongo Compass.When I query the data that…
0
votes
1 answer

Kafka connector error on connecting WSO2 Micro Integrator with Kafka

I'm trying to connect Kafka with wso2 Micro Integrator by following this instructions. I used WSO2's Integration Studio to develop this. Here is the code,
0
votes
1 answer

Error in Integration Studio when calling endpoint that returns a lot of data

I am trying to call a rest api that returns a maximum of 1000 data in wso2 integration studio and list its results in the script mediator. It does not work when the limit parameter is set to a value close to 1000. I can fetch 500 pieces of data. But…
Ahmet Kalem
  • 113
  • 6
0
votes
0 answers

How can I fix the Cors Enable issue in an API I created in WSO2 Integration Studio?

When I call an API that I created in Integration Studio from within a localhost application, I get a CORS error. How can I fix this.? Although cors enabled in deployment.toml file. [synapse_properties] 'synapse.rest.CORSConfig.enabled' =…
Ahmet Kalem
  • 113
  • 6
0
votes
1 answer

How to get parameter from property to script mediator in Integration Studio?

I want to use the query parameter from the url in the script mediator in Integration Studio. But I can read this parameter as Log. But when I try with the following method in the script mediator, the parameter does not come. Can you help with…
Ahmet Kalem
  • 113
  • 6
0
votes
1 answer

Bug WSO2Integration Studio http endpoint character (<,>)

I am looking for a rest api in Wso2 Integration Studio. Does not support > and < signs in http endpoint URL. These marks > I used the expression. But that doesn't save my change. The example is below.
Ahmet Kalem
  • 113
  • 6