Questions tagged [wso2-esb]
4069 questions
1
vote
1 answer
WSO2 ESB - REST API - Response Does Not Come
I have exposed a REST service using in wso2 esb. But the response does not come. REST service is written in Apache Wink.
API
…

user3049576
- 101
- 1
- 10
1
vote
2 answers
WSO2 ESB Proxy Service Error (Transport error: 411 Error: Length Required)
i have a http proxyservice in wso2 esb when try this service i have an error below:
org.apache.axis2.AxisFault: Transport error: 411 Error: Length …

behzad
- 194
- 6
- 21
1
vote
2 answers
WSO2 ESB demo "How to GET a Cup of Coffee the WSO2 Way" generates errors on use
I'm attempting to use the ESB demo scripts outlined in "How to GET a Cup of Coffee the WSO2 Way" (http://wso2.com/library/articles/2012/09/get-cup-coffee-wso2-way/). I have successfully deployed and verified that the App server demo component SOAP…

Rick Sarvas
- 769
- 10
- 20
1
vote
1 answer
How to use the SOAP service addSequence from WSO2 ESB 4.7
I’m trying to use the SOAP service addSequence from WSO2 ESB 4.7
I’m using the SequenceAdminService.wsdl file found at :
https://ip:9443/services/SequenceAdminService?wsdl
In this WSDL, the input parameter of the addSequence method has Object as…

Pascale Borscia
- 51
- 1
1
vote
1 answer
WSO2ESB - What is the default function of a Sequence? (i.e. one without an in/out mediator)
The documentation isn't very clear on the default function of a mediation sequence. I understand that it is possible to define in and out mediators to perform a set of mediators on messages that are incoming or outgoing.
However, what happens if…

PLivesey
- 196
- 10
1
vote
1 answer
Adding a user with multiple roles to WSO2 ESB using the UserAdmin service
I have the following Soap request to add a user to WSO2 ESB using the UserAdmin service:
…

nidkil
- 1,295
- 1
- 17
- 28
1
vote
2 answers
WSO2 ESB proxy backend with mutual authentication
Is it possible to use mutual authentication (client SSL certificates) with WSO2 ESB? (I'm not talking about WS-Security.)
I see that it is possible to add custom keystores to the ESB but I could not find any information on how to specify what client…

Janhouse
- 376
- 1
- 11
1
vote
2 answers
How to call webservice in WSO2 proxy
how I can call web service inside of proxy? Proxy itself works fine, and I added call of logging web service in "in" sequence. I create call using payload factory + send.
Problem is, that proxy now returns result of this logging web service instead…

Jaba
- 33
- 3
1
vote
2 answers
Setting up WSO2 products on a single machine
I have been trying to start WSO2 ESB and WSO2 DSS on my machine. I am currently having port conflicts. How do i resolve this.?

Adeniran Opeyemi
- 41
- 4
1
vote
1 answer
WSO2 WSAS Application Server and ELB not working
I succesfully followed the guides on http://docs.wso2.org/display/Cluster/Clustering+Application+Server and have deployed an scenario of one ELB 2.1.0 balancing and connecting the nodes as follows:
- One machine with the ELB, Manager and Worker…

Draven
- 21
- 4
1
vote
1 answer
Is it possible to create a Proxy in WSO2 ESB that exposes a single operation?
We have an existing web service that has 4 operations on it. We have a new project where we would like to proxy this service on WSO2 ESB. Rather than proxying the whole service contract is it possible to create a proxy for a single operation?
Any…

user1397269
- 21
- 3
1
vote
1 answer
JMS rollback in WsO2 ESB 4.7.0
I have configured Apache ActiveMQ with transaction and CLIENT_ACKNOWLEDGE in WSO2 ESB 4.7.0. The axis2.xml config is :
true

Kanchetianeel
- 189
- 2
- 3
- 15
1
vote
2 answers
How can I retrieve entire XML element instead of its text value using WSO2 ESB XPath
My WSO2 ESB Proxy Service receives the following request:
1470
ConstructionForm
I need to change ReadFormRequest to GetFormRequest and send it to the endpoint.
Here is…

Alex Yakimovich
- 259
- 1
- 4
- 17
1
vote
1 answer
WSO2 ESB 4.7.0 API url-mapping
I am trying to make an API at WSO2 ESB 4.7.0 to process requests for a RESTful service. It seems that the URL-Mapping feature is not working or is working just like a filter, choosing what to send to the endpoint and what to drop. I have followed…

Vinícius Fonseca
- 494
- 7
- 20
1
vote
4 answers
Working example on Spring Mediator in WSO2 ESB 4.6.0
Hi i am working on Spring Mediator in WSO2 ESB 4.6.0, using this and this tutorial
I am getting the Error as follows:
ERROR - SpringMediator Cannot look up Spring configuration conf/sample/resources/spring/springsample.xml
ERROR -…

Kanchetianeel
- 189
- 2
- 3
- 15