Questions tagged [wso2-integration-studio]

215 questions
1
vote
3 answers

WSO2 ESB xpath problems

I want to use the following xpath /Users/User/UserID This does not work because the ESB adds a soap envelope and body around my xml, what is the correct xpath to use or how can I remove the soap envelope and body? The xml is:
1
vote
1 answer

Error Adding a Switch Mediator inside a Proxy Service in WSO2 Developer Studio

I'm trying to do a simple Proxy Service using the Developer Studio tool from the open-source SOA middleware provider WSO2. When I drag into the flow a Switch Mediator in the graphical view there is no problem but when I changed to the text view, I'm…
KL0uD
  • 11
  • 1
1
vote
1 answer

WSDL Import fails in BPEL using Developer Studio

Hi I am working BPEL using WSO2 developer studio. I am trying to invoke a web service deployed in WSO2-AS using it's wsdl 1.1. In the BPEL editor I added a partner link (using + button in palette) In the properties window I click on Browse and then…
1
vote
1 answer

WSO2 Developer Studio with XPath extensions

We have extented Apache Synapse in WSO2 ESB 4.5.1 with additional XPath variables. In the synapse.properties we point to our new XPath classes: …
1
vote
1 answer

WSO2 AS + Developer Studio + maven project

I'm figuring out how to develop a JAX-RS service with WSO2 Developer Studio (2.1.0) and deploy it to a WSO2 AS 5.0.1 server. When I create a new CAR project containing a JAX-RS Service project I can start and deploy the CAR on the running WSO2 AS…
1
vote
2 answers

Cannot export Web Application to WSO2 Application Server with Developer Studio 2.1.0

I downloaded the latest version of WSO2 Developer Studio: developer-studio-eclipse-jee-helios-linux-gtk-x86_64-2.1.0.zip and the WSO2 Carbon 4 based Application Server version: wso2as-5.0.1.zip unzipped both and started Developer Studio. As I want…
1
vote
1 answer

best practice for axis2 client projects in wso2

I have a WSO2 Axis2 Service project, that has a dependency on five other web services. I have generated the service with WSO2 developer studio 2.1, so the service is a maven project. If I use the developer studio wizard for creating the axis2…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1
vote
2 answers

What's the best setup for working with WSO2 WSAS

What version of java, eclipse and WPT should I be using?
Andy
0
votes
1 answer

Data service returning a XML instead of a JSON response

I've created a wso2 data service to retrieve a list of products from a PostgreSQL database:
0
votes
0 answers

Unable to Expose Excel Data as a Data Service using WSO2 Integration Studio 8.2.0

My use case is to Exposing Excel Data as a Data Service using WSO2 Integration Studio 8.2.0 ,but it didn't work . This is my dataservice Configuration :
0
votes
0 answers

Docker exporter does not generate pom.xml file

I'm creating an Integation project and request the creation of a dockerExporter, but the folder is created without the pom.xml file. These are the generated files: Pasta DockerExporter I need the "pom" file to configure my integration
0
votes
1 answer

Getting file size after file write operation in wso2

I have a scenario where I want to write xml content to a file in SFTP. I want to set property to check the file size of the file that is being written. If the property is empty it means the file is not written and I would like to reprocess the file…
Ruby
  • 368
  • 1
  • 9
0
votes
0 answers

Moving files from SFTP to WindowsShare via SMB in WSO2

I am trying to move all xml files from SFTP to Windows Share using SMB protocol. Below is the proxy service I've tried:
Ruby
  • 368
  • 1
  • 9
0
votes
1 answer

Develop orchestration flow in WSO2

i need develop an orchestration flow but i don't know for where start. I must use WSO2 and the requirements are the next: Make 3 microservices; Microservice 1.- Get the client data such as: Complete name, Address, Client Number. Microservice 2.-…
0
votes
1 answer

How can I configure Wso2 Integration Studio API to have access through two different ports simultaneously?

I have WSO2 Integration Studio API and I need that have a connection by two ports, the first one is through the default port ¨8290¨ and the second one I need that through ¨8291¨ I tried to configure the ¨deployment.toml¨file to change the default…