Questions tagged [wso2-integration-studio]
215 questions
0
votes
1 answer
How to Capture web service output in Developer Studio
We have a web service which is creating a record in a database table and gives response/output as "SUCCESS" after successful insertion in SOAP UI
We have developed a Project in Developer Studio and called this webservice using AddressEndPoint, and…

Junaid
- 45
- 5
0
votes
3 answers
Where to place java handler for securing WSO2 API
i'm following this tutorial in wso2 website, but there's no information where to put java Handler to make Authorization.
Is anyone know where to put that ? and how to make it working with API Resource ?

Lyan Dwi Pangestu
- 463
- 1
- 7
- 23
0
votes
1 answer
I am using WSO2 ESB 5.0.0 with JDK 1.8.0_91 in windows 7 64-bit. I want to resolve the errors in the following situations
I am beginner to WSO2 ESB. Previously, I was running ESB server in command prompt using command:
C:/Program Files/wso2-5.0/bin> wso2server.bat --run
It responded successfully and server was running fine.
I stopped the server in command prompt and…

Raj Kumar
- 3
- 3
0
votes
1 answer
Wso2 esb 5 tooling port offset not working
I am using new Mars 2 with esb tooling. I have added an local esb server with a carbon offset of 5. When I start run the server it starts correctly but the offset 5 does not have any impact none of the ports are incremented.
Starting the esb server…

Diptesh Patil
- 133
- 1
- 1
- 8
0
votes
1 answer
How to access a row into foreach in wso2ESB (Developer Studio)
I'm integrating wso2dss 3.5 and wso2esb 4.9. In DSS, I created a DataService to get data from a database. Following the WSO2 Dashboard into DSS, I used the endpoint in my eclipse project (Developer Studio). The xml gerated by DSS is:

Julyano Felipe
- 288
- 2
- 22
0
votes
1 answer
Loop Foreach into WSO2ESB doesn't working
I'm integrating wso2dss 3.5 and wso2esb 4.9. In DSS, I created a DataService to get data from a database. Following the WSO2 Dashboard into DSS, I used the endpoint in my eclipse project (Developer Studio). The xml gerated by DSS is:

Julyano Felipe
- 288
- 2
- 22
0
votes
1 answer
Error saving service with custom mediator
I've developed custom mediator (Logger) with custom configuration implementation, so I can do something like these:
…

Andrey
- 23
- 3
0
votes
1 answer
How to resolve error Unknown synapse configuration tag in wso2 developer studio
I created a new sequence in ESB config project.I am using wso2 developer studio 3.8
…

nitin
- 61
- 3
0
votes
2 answers
when do we have to create proxy service and when do we need to create Rest Api?
Soap service in wso2 esb can be created in two ways one way is via creating a custom proxy service and another way is by creating a API. by using custom proxy and Api we can create the soap service so i want to understand when do i create custom…

Meghana Prasad
- 19
- 3
0
votes
1 answer
WSO2 Developer Studio keep modifying my synapse config
I'm using WSO2 Developer Studio 3.8.0 to work on ESB configuration and everytime i open a certain API definition file the IDE modify its content. The original file is as follows:

yeiniel
- 2,416
- 15
- 31
0
votes
1 answer
Howto re-create the WSO2 ESB BasicAuth-handler sample using WSO2 Developer Studio
I need to create something like the BasicAuthHandler proposed on the WSO2 ESB documentation but using the WSO2 Developer Studio. On the WSO2 ESB documentation they suggest downloading one existing example but don't gives any clue about howto make it…

yeiniel
- 2,416
- 15
- 31
0
votes
1 answer
WSO2 Developer Studio - Eclipse Support
I can't locate a roadmap that depicts when the Developer Studio will support the later version of Eclipse than Luna. I have a need to use Mars (4.5.1) but according to this post, 4.5.1 is not supported by DS 3.8.0.
Can someone point me in the right…

J.P.
- 117
- 9
0
votes
1 answer
analytics-stream-maven-plugin can not be found in http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/maven/
I am using the developer studio 3.8 on Eclipse 4.4 (lunar) on Ubuntu 14.04.
I created a new analytics project using the "Analytics Project" under the "WSO2" categories. see picture
when I built the project using the mvn command line "mvn clean…

George Wang
- 765
- 2
- 13
- 28
0
votes
1 answer
the import org.apache.synapse cannot be resolved
I just downloaded the latest version of WSO2 Dev Studio - Eclipse Luna v3.8. After upgrading my mediator projects all getting the same error "the import org.apache.synapse cannot be resolved" though I've tried several way such as Clean…

Hung Nguyen
- 489
- 7
- 20
0
votes
1 answer
WSO2 developer studio - display whole orchestration in one window including receive sequences
we've multiple sequences, endpoints, APIs etc in the synapse-config folder. Is there a way to graphically see the complete orchestration defined in the API XML in wso2 developer studio.
The API XML implements a service chaining scenario, where the…