Questions tagged [wso2-integration-studio]

215 questions
2
votes
1 answer

WSO2 Developer Studio cannot open Proxy wizard

I installed the WSO2 Developer Studio 3.2.0 in a Eclipse Juno (Build id: 20120614-1722). Using the graphical wizard, I've done the following steps: created a Carbon Application Project created a ESB config Project inside the project. selected the…
elias
  • 15,010
  • 4
  • 40
  • 65
2
votes
1 answer

Issues in deploying .car file in wso2 esb

I am creating the >car file using Developer studio and deploying using Wso2 Carbon server4.0. When i am deploying always getting the older versions. Some times the server not properly deploying the car. And also how to build the project to get the…
2
votes
1 answer

WSO2ESB-Error Java Client Consumer and WS Provider

I'm trying to execute a Java Client Code using Eclipse Helios with Developer studio, to communicate with a web-service inside WSO2ESB. And When I run the code I have the following errors: Exception in thread "main" java.lang.NoClassDefFoundError:…
Yanni
  • 71
  • 8
2
votes
0 answers

Specified Remote Server is not running in WSO2 Developer Studio 2.1.0

when I try to commit the changes made to a registry resource in WSO2 Developer Studio 2.1.0 I see this error: Specified Remote Server is not running. message code: ERROR_IN_RESTORING,…
Jorge Infante Osorio
  • 2,143
  • 15
  • 26
2
votes
2 answers

root-artifact.xml does not automatically generate when create CApp project (wso2 carbon studio v2.0.1)

I installed wso2 carbon studio 2.0.1 (ref: http://wso2.org/project/developer-studio/2.0.1/docs/install_guide.html, https://wso2.org/jira/browse/TOOLS-739), but root-artifact.xml does not automatically generate when CApp project creating. And a…
Ack
  • 2,233
  • 3
  • 16
  • 17
1
vote
1 answer

How to post a multipart/form-data File Upload using image URL in WSO2

Need help with the following requirement. 1> get a file from an URL 2> post the file as a multipart/form-data request to a file upload api For example: the below image url which responds with the google…
1
vote
1 answer

back-end orchestration service in WSO2

i followed this tutorial for little bit understand how develop a service orchestration in WSO2, but still have a any questions. Ok,in the end, in the 5 step, indicate how do test the use case so run the orchestration, the steps are the…
1
vote
1 answer

wso2 micro integrator assign properties to DB connection

In one of my ESB artifacts, I’ve included a DB Mediator . Here is the part of the code… ... com.mysql.cj.jdbc.Driver
1
vote
1 answer

Wso2 Integration Studio - RecordDeserializationException: Error deserializing key/value while consuming message from kafka topic

I need to configure an inbound kafka from integration studio that can read from a topic and deserialize incoming data via schema registry (AVRO) , below i leave the configuration i am currently using.
1
vote
1 answer

WSO2 IntegrationStudio 8.2.0 Switch Mediator Issue

I'm trying to build an API using Switch Mediator to set up a property and reuse its value at a later stage in the sequence. Here is the code. Variable {environment} is initialized ad API call (e.g. http://localhost:8290/.../environmentvalue/test ->…
1
vote
1 answer

Why the following aggregator mediator is not working?

I am creating a simple Composite Application using WSO2 Integration Studio. What I am trying to do is use a switch mediator to route the incoming requests and get the response after that need to call 2 other endpoints and the JSON response coming…
1
vote
2 answers

WSO2 Integration studio

I can't mcv install applications from the source code. I have a problem because I can't download the application from web site wso2 I wanted to get open source version, but it is only available as source code and I don't know how to install…
1
vote
1 answer

Convert Number to String in XSLT in WSO2

I have an xml payload that looks like this: 790982 78 WS-5678 34 I need to transform using xslt and send it to another system. I am using…
Ruby
  • 368
  • 1
  • 9
1
vote
1 answer

Appending JSON content to a JSON file in WSO2

I have few JSON Payloads that have to be appended to a JSON file. This is how my JSON Payload will look: {"variant": {"940894": {"attributes": {"Size": "XL" } } } } I will be getting multiple json Payloads of this type. At the end I need to form a…
Ruby
  • 368
  • 1
  • 9
1
vote
1 answer

JSON.stringify on javascript with WSO2

i'm trying to transform the following JSON in input: { "operation": "create", "id": "$1", "name": "esempio create", "type": "CAR", "status": 0, "country": "JAP", } in…
1 2
3
14 15