Questions tagged [wso2-integration-studio]

215 questions
0
votes
1 answer

WSO2 Proxy service XML Xpath

Im using wso2 EI 6.5.0 in my proxy service i need to get element between these 2 tags xpath //tem:Request is working but /tem:Request/xDoc/aa does not work
0
votes
2 answers

In Eclipse "WSO2 Enterprise Integrator 6.4.0" server missing to add

I was trying to add a server by clicking in the Servers view on "No servers are available. Click this link to create a new server...": ...and choosing the server that were available in a list. However, among the list the server I wanted to install…
0
votes
1 answer

How can I download WSO2 Developer studio?

I am trying to download WSO2 Developer studio, ask me to enter my credentials and nothings happens. I am using macOS. How can I download WSO2 Developer studio?
Nick
  • 4,163
  • 13
  • 38
  • 63
0
votes
1 answer

WSO 2 EI Response change the first letter to uppercase

Hi in wso2 ei in payload factory i am getting the response in json { "Body":$1 } And the Response is : { "Body":{ "result":"done", …
0
votes
0 answers

WSO2 Datamapper shwoing not found in postman

I am trying to use data mapper in wso2 and translating the json to xml but it doesn't showing any result instead it showing page not found in POSTMAN.
0
votes
2 answers

Consume wsdl using wso2

I have one wsdl which is working fine on mule esb. Now i am new to wso2 i need to consume that wsdl via wso2. I have tried to consume it from Wso2 developer studio but it showed 202 http status Anyone can help me in this The request of service is…
Chris Ryan
  • 11
  • 6
0
votes
2 answers

Consume SOAP API from WSO2 ECLIPSE Developer Studio

I need solution to consume two SOAP APIs . First i have a wsdl url which will work once certificate installed on machine i just want to ask that is there any type of configuration need to be done on developer studio while creating the flow. Second i…
0
votes
1 answer

WSO2 ESB EI611 registry based values for configuration from Tooling

Am able to define registry based values in EI611 Management Console and use in Inbound endpoint or Proxy Service (via Tooling).
MaMuDragon
  • 95
  • 2
  • 12
0
votes
1 answer

wso2 esb poll files, read data, transform data publish record message

My tech req is the following : Poll CSV Files Read Data line by line Transform data to desired format convert to JSON/XML Publish data thru REST/JMS Deploy in WSO2 EI6.1.1 How is this possible in DS Tooling 3.8.0 of WSO2 ? I know inbound…
0
votes
0 answers

How to add Inbound Endpoint to a Composite Application Project in WSO2 developer studio

I created an inbound endpoint xml file in WSO2 ESB project, but cannot add the project to a Composite Application Project. So, it cannot be deployed to WSO2 ESB server as a CAR package. It seems that CAR package needs at least an api or a proxy, but…
0
votes
1 answer

WSO2 DAS Toolings

I'm currently trying out wso2 DAS and I'm looking for the tooling for eclipse (Mars) as I'm already using it for ESB and registry. I didn't figure out how to get it on wso2 website. Is someone using it or is this not existing at all? Thanks
Nicolas
  • 482
  • 4
  • 16
0
votes
1 answer

wso2 developer studio dss mongo data source type removed

I just downloaded WSO2 Developer Studio for Mac 64bit. I tried setting up a MongoDB data source. However, the MongoDB option no longer exists. Has WSO2 discontinued MongoDB support in DSS or is there some way to re-enable it?
Erik Peterson
  • 105
  • 1
  • 1
  • 6
0
votes
3 answers

Login to the API manager through Eclipse Developer Tools

I'm unable to connect to the API Manager when using Developer Tools for WSO2. I'm following the instructions on this page. When I try to log in to the publisher I get this error When I try connecting to the publisher through port 9443 I get this…
0
votes
0 answers

how to decode a encoded xml in developer studio/ web service

I am using web services to read a xml report from oracle xmlserver. The service then returns encoded value of the report and then I have to decode it via web link. Problem is i can not use web link every time to decode it Is there any way that it…
Usman
  • 1
0
votes
1 answer

How to nterface multiple records on execution of a Proxy service

We have a data service in DSS which is fetching records from two tables exists in our on premise sql server database, both the tables are linked and one 1 parent and second is child, i.e. 1 parent record may have multiple child records Initially we…