Questions tagged [wso2-integration-studio]

215 questions
2
votes
1 answer

Can you use an expression as a regex?

Can you use an expression as a case condition? Take, for example, the following code:
Cris
  • 49
  • 4
2
votes
2 answers

Couldn't create SOAP message due to exception: unexpected XML tag. WSO2 Integration Studio

I am trying to send a request to a SOAP API using a call mediator. I receive proper response when I use SoapUI, but get the following error when I try it on WSO2 Integration studio. Couldn't create SOAP message due to exception:…
Ruby
  • 368
  • 1
  • 9
2
votes
1 answer

Converting Double to Integer in WSO2 Integration Studio

I am performing an Arithmetic operation in my XPath Expression. In the below code, qty1 and qty2 are double, hence the result I get is double. I want to convert the result to an Integer and save it in a property. How can I achieve it in WSO2…
2
votes
2 answers

WSO2 Integration Studio doesn't work on MacOS BigSur

After upgrade my MacBook to MacOS BigSur (11.0), WSO2 Integration Studio doesn't work anymore. After open application, the screen stay blank and when i click on any part, shows me the java.lang.NullPointerException error. I click on Details, but…
2
votes
1 answer

Clarification on WSO2 Developer Studio

I have used WSO2 Developer Studio. I have found that this tooling is in the Eclipse IDE environment. My first question , Is this a plugin of Eclipse? or separate tooling? Second question, Is there any distribution of WSO2 Developer Studio with…
2
votes
3 answers

WSO2 Developer studio keeps removing gov endpoints in send mediator

I'm using endpoints which are stored in governance registry so I often use code like this: unfortunately, once in a while, my endpoint disappears, leaving empty send tag :( It usually…
poison64
  • 91
  • 9
2
votes
1 answer

WSO2 ESB - Configuration to Develop Services with Developer Studio and Deploy and Debug them on Remote Server

I want to set up a development environment to develop, build and deploy WSO2 ESB Services. I would like to develop services using WSO2 Developer Studio and debug/deploy them on a remote server. Here is my configuration: WSO2 Developer Studio 3.7.1…
Dinux
  • 65
  • 9
2
votes
1 answer

How to pick service name in WSO2 using Log Mediator

I am using WSO2 ESB 4.8.1. When i use log mediator, i want it to also log the proxy service name in which log mediator is being used. Is there any property defined in wso2 that i can use? Problem: In the following log mediator I am using "Server_IP"…
omer khalid
  • 855
  • 1
  • 12
  • 39
2
votes
0 answers

WSO2 developer studio making car file faulty on deployment

I am using WSO2 Developer studio 3.7.0 to deploy my ESB project on to the carbon server. But every time i deploy it WSO2 ESB makes my CAR file faulty. On the developer studio side there is no error. It shows build successful and deployment…
omer khalid
  • 855
  • 1
  • 12
  • 39
2
votes
2 answers

WSO2 Developer Studio gives error however it works in production

So I have these two lines of code in a sequence in production. cb0token and cb-email are custom headers and it works great however there are a lot of other issues with the production environment so I am trying to make it compatible with the…
Jegsar
  • 501
  • 6
  • 22
2
votes
2 answers

WSO2ESB - Building a CAR file with Maven

Using WSO2 Developer Studio (version 3.7.0), I have created a WSO2 ESB proxy service with a sequence in a "ESB Config Project", this proxy service using a wsdl file located in a "Registry Resources Project". I also created a "Composite Application…
2
votes
2 answers

WSO2 ESB enrich mediator inside an iterator mediator

I make a call to a DSS service and receive XML back I then use the iterator mediator to iterate over the tag in the XML. Inside the iterator I use an enrich mediator to add some XML nodes to the XML but each time it loops or leaves the iterator the…
2
votes
0 answers

Wso2 Error while deploying carbon application

I have downloaded Wos2 Developer Studio, downloaded carbon 4.2 and added it as a server in the developer studio. I started carbon and went to the carbon admin console, I added the following features…
user598241
  • 83
  • 8
2
votes
1 answer

Is there an easy way to import the configuration of a WSO2 ESB into WSO2 Developer Studio?

I am trying to connect my WSO2 Developer Studio (on top of eclipse kepler) with an existing WSO2 Carbon ESB server. Is there an easy way to import the existing services, registry, ... automaticly?
2
votes
0 answers

wso2 eclipse server in status [starting] forever

I am trying to start/stop WSO2 ESB local server from Developer studio (based on kepler), but the server status will stay [Starting] forever (even after the server started successfully as evidenced by the console and wso2carbon.log). This is a…
mmm.gti
  • 43
  • 4
1
2
3
14 15