Questions tagged [wso2-integration-studio]

215 questions
0
votes
1 answer

How to send an email to multiple email addresses with the send mediator WSO2

I have created a file transfer service that sends files from one locations to another and when those files successfully transfer, it sends out an email to notify the receiver that the files are in their directory. I have it currently working with…
0
votes
1 answer

Scheduling tasks in wso2 Integration Studio

I am trying to schedule a task wherein I want to call a proxy which does not take any input payload. This is the code I've tried:
0
votes
1 answer

Read Data from .ics URL with WSO2 EI

I am currently making my first steps with the WSO2 Integration Studio 8.1.0. Is it possible to query an .ics calendar link to process the appointments? And which mediator should I use here? I have searched for information in the WSO2 documentation…
Moeizu
  • 3
  • 2
0
votes
2 answers

Is it possible to make your REST API redirect link dynamic/configurable?

I have a REST API on Enterprise Integrator that uses a db lookup mediator to search a microsoft sql server database and redirects based on the whether or not the data exists in the db. I need to make the redirect part of the code…
0
votes
0 answers

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 transferred, however it does not work over my…
0
votes
1 answer

Adding an email notification to a WSO2 File Transfer Service that uses the file connector

I have created a file transfer service that uses a file connector. I want an email notification to be sent out when files have been transferred to the directories. I tried using email connectors and gmail connectors but there are no emails coming…
0
votes
1 answer

JSONPath Expression in wso2 esb

I have a json payload that looks like below: { "orders" : { "order.id" : 1024, "order.name" : "Ruffled-top" } } I need to fetch order.id and order.name. Dot notation of JSONpath expression anyways won't work here. So I tried bracket…
Ruby
  • 368
  • 1
  • 9
0
votes
1 answer

Error to open WSO2 Integration Studio 8.1.0 in a Macbook Pro with macOS Monterey 12.6

When trying to run WSO2 Integration Studio 8.1.0 in my Macbook Pro with macOS Monterey 12.6 (21G115), I get the error "The application 'IntegrationStudio.app' cannot be opened". This after having already allowed the use in System Preferences. In…
0
votes
0 answers

WSO2 developer studio keeps removing square bracket from my json payload

I'm using wso2 integration studio (version 7.2). I'm trying to post a JSON payload factory to an endpoint. This JSON message has a JSON array with a square bracket but wso2 keeps removing that before sending it out. The receiver API doesn't accept…
0
votes
1 answer

How to send a query parameter when creating an API that consumes an API that takes a query parameter in WSO2 Integration Studio?

At WSO2 Integration Studio, I want to create an API that takes the query parameter from outside. In the API I will create, I have an API that takes query parameters in the same way. How can I send this query parameter, to the API I'm going to…
0
votes
0 answers

Typecasting in WSO2

I have a property in my wso2 integration studio that stores the result of an arithmetic operation. The value of this property that is displayed in the logs is 12.0, how can I convert this property to integer type and make it 12?
stels
  • 51
  • 5
0
votes
1 answer

WSO2: Can't find endpoint, error code 305100, error message: "Couldn't find the endpoint with the key"

I'm trying to call an endpoint from a sequence using WSO2 Integration Studios. Whenever I define the endpoint in-line, my code works fine and I get a response from the endpoint. Whenever I define the endpoint as a separate entity, it stops working…
Cris
  • 49
  • 4
0
votes
1 answer

Fetching the name of the APIs or Proxy in WSO2 Integration Studio

I want to fetch the name of the Proxy or APIs in WSO2 Integration Studio and store it in Property mediator so that they can be printed in the custom Error Sequences and Templates. Are there How can I do that?
Ruby
  • 368
  • 1
  • 9
0
votes
0 answers

Unable to read values of Double data type in property mediator in WSO2 Integration studio

I am trying to read a Double data-type value from a JSON payload using the property mediator. But I get the following error: Unknown type : DOUBLE for…
Ruby
  • 368
  • 1
  • 9
0
votes
1 answer

VFS Transport Error inside Iterator mediator in wso2

I am converting a csv file, where each csv record is getting converted to json. I am using an iterator mediator to send each json object to an endpoint by modifying it using payload-factory mediator. But I get this VFS error at the end. How can I…
Ruby
  • 368
  • 1
  • 9