Questions tagged [wso2-integration-studio]

215 questions
4
votes
2 answers

How to rename a tag using XSLT

I am trying to rename a tag, using XSLT in WSO2 ESB template. All my attempts get me the same error: Unable to create an OMElement using XSLT result. One of the variants I have tried is:
Maria Ivanova
  • 1,146
  • 10
  • 19
4
votes
2 answers

WSO2 ESB Carbon application deployment fails

I have grouped family of services as a Carbon Application and then deploying the same on WSO2 ESB. If one of those services fails during deployment then none of the other services are deployed on ESB, instead i get an Service laready exists…
Madhusudan Joshi
  • 4,438
  • 3
  • 26
  • 42
3
votes
2 answers

How to combine 2 json payloads in wso2?

I am making use of XSLT mediator to form the following JSON payload: { "products": [ { "product_id": 1, "product_name" : "abc" }, { "product_id": 2, …
Ruby
  • 368
  • 1
  • 9
3
votes
1 answer

How do I skip headers in CSV file in WSO2 Micro Integrator

I am using smooks mediator to convert csv file to json using VFS. We have an option to skip header row while using the CSV connector/module. How do I skip the first row of headers while processing the file in WSO2 Integration studio using smooks?
Ruby
  • 368
  • 1
  • 9
3
votes
4 answers

Eclipse save error when trying to open the design view of a synapse config file in WS02 Developer Studio

I'm following the tutorials and samples of the official WSO2 ESB documentation. When I create (or load) a synapse configuration in the WSO2 Developer Studio I'm getting the error as shown below: Save problems Save could not be…
Kristof W.
  • 43
  • 1
  • 7
3
votes
3 answers

Installation of Rstudio for ubuntu

I want to install Rstudio for ubuntu, so I used the link https://www.rstudio.com/products/rstudio/download/ after that I choosen RStudio 0.99.893 - Ubuntu 12.04+/Debian 8+ (64-bit) then I opened with Ubuntu software center. In that I clicked the…
Aarthika
  • 101
  • 11
3
votes
2 answers

WSO2 ESB sequence templates error

I am using WSO2 ESB Sequence templates to generate a generic validation template. This template will receive a simple XML message and it will validate it against it's schema. Validate Mediator requires two things as input. one is "sourceElement" and…
omer khalid
  • 855
  • 1
  • 12
  • 39
3
votes
0 answers

XSD/WSDL mapping in Smooks using WSO2 ESB

I am trying to map XSD to another XSD that has some different elements in Smooks. When I add both XSDs in Smooks it is not allowing me to map the elements. Is it possible in Smooks to map two different XSDs? XSD1:CDM
omer khalid
  • 855
  • 1
  • 12
  • 39
3
votes
1 answer

WSO2 API Manager TryIt feature null key

I'm using the WSO2 API Manager and I've added an API to it that was created in the WSO2 ESB and when trying to use the TryIt feature I get the following error in the console log. [2014-09-16 13:59:26,614] ERROR - APIAuthenticationHandler API…
3
votes
1 answer

WSO2 Developer Studio Account Service Sample Missing Jars

I am very much a newbie on WSO2, I am busy doing some proof of concept work. I seem to have a problem going through the samples in developer studio, I am sure its an easy fix but I cant find the problematic jars anywhere it seems. I have setup the…
2
votes
1 answer

XML reader error: com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 start byte 0x8b (at char #2, byte #-1) WSO2 ESB

We have a sequence that calls a REST service, and in the receiving sequence we call a SOAP service. This is the xml payload that is passed to that SOAP call.
Ruby
  • 368
  • 1
  • 9
2
votes
2 answers

WSO2 Integration Studio Not Work MacOS Ventura 13

MacOS Ventura 13 does not work WSO2 Integration Studio 8 and 8.1. After updating, Integration Studio no longer works, it is not even possible to update, because as soon as you open it, it closes. Can anyone…
2
votes
2 answers

limite apis or applications based on workday in wso2

Are there any practical ways to limit APIs from being invoked by applications outside of working hours or days in WSO2 API Manager or WSO2 Integrator Studio? Some services in my company need to be called during working hours, and I have to disable…
Ehsan
  • 53
  • 5
2
votes
1 answer

Reading a .txt file in WSO2 Integration Studio

Is it possible to read a .txt file which has "|" as seperator using smooks? The file is similar to a normal csv file, only the extension is .txt. For csv we make use of "csv-reader", what can I use for reading a .txt file? Or is there any way to…
Ruby
  • 368
  • 1
  • 9
2
votes
1 answer

Nested Iterate Mediator is not working in WSO2 esb

{"methods":[[{"p_id":"v1","offline":false,}],[{"p_id":"v2","offline":true,}]]} The above is my JSON payload. I am making use of nested Iterate mediators to fetch the values of p_id and v1. I am able to fetch the values successfully, but the logs…
1
2 3
14 15