Questions tagged [wso2-esb]

4069 questions
6
votes
1 answer

Update LocalEntry content in WSO2 EI 6.6.0

I have a LocalEntry named: Test with the content below and saved in the local file system. a I can retrieve the value1 using a property like this:
Reza Ameri
  • 1,803
  • 3
  • 24
  • 32
6
votes
5 answers

How can I set the message processor interval parameter using a non fixed value? (using a value stored in a property\registry\etc)

I am very new to WSO2 ESB and I have the following problem with a message processor. I have this message processor definiation that every second extract an element (an XML document previously stored) from a queue and process it calling a sequence…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
6
votes
2 answers

WSO2 Enterprise Integrator 6.0.0 unable to find snappy-java jar

Following the quick start guide in https://docs.wso2.com/display/EI600/Quick+Start+Guide Since I am using Windows, I have downloaded snappy-java and put into \wso2\analytics\lib but the exception as below still occurs when starting the EI…
6
votes
1 answer

WSO2 ESB: Unexpected Character Error when submitting JSON to Proxy Service

I'm attempting to retrieve data from Facebook using the WSO2 Facebook Connector in WSO2 ESB 4.9.0. I've provided the proxy configuration below.
Strainy
  • 523
  • 1
  • 5
  • 19
6
votes
1 answer

Criteria for choosing simple Apache Synapse Vs WSO2

While evaluating various ESB's, I came across Apache Synapse & WSO2. In WSO2 it's mentioned that WSO2 completely uses Synapse and built on top of it. However I am not still clear what additional features does WSO2 offer over Synapse? (Apart from…
Harish
  • 7,589
  • 10
  • 36
  • 47
6
votes
2 answers

How to read query param in WSO2 ESB 4.8 or above?

I have a rest end point in WSO2ESB (4.8),I need to read query parameter to set as dynamic payload as the my business ,But i failed to read it due to newer with wso2 ESB.Any help ?
user4324665
6
votes
6 answers

Dynamically change endpoint address in WSO2 ESB

How can I set the endpoint address dynamically? I set endpoint address in a property at runtime, and need to replace the URI of endpoint address with its value. How can I set the URI value of address with this value?
Ramtin Ramtin
  • 173
  • 3
  • 12
6
votes
5 answers

WSO2 ESB JSON to SOAP

Most of the current docs are with reference to SOAP-to-JSON, I was hoping whether there are any reference material or tutorials when using WSO2 ESB to transform JSON response object to SOAP service. Thanks in advance. Sample…
Mohamed Suhail
  • 169
  • 3
  • 9
6
votes
1 answer

How to merge wso2 products?

I want to merge WSO2 ESB and Data Services Products to execute both of them on one server. Both of them are based on Carbon framework and consists of some OSGi bundles. Is there a simple way to do this. Best regards. --Seyyed Jamal
Seyyed Jamal
  • 394
  • 1
  • 2
  • 9
5
votes
2 answers

Missing classpath entry carbon.home.folder\bin\org.wso2.carbon.bootstrap-4.2.0.jar

I just tried to deploy my configurations to wso2 ESB inside eclipse and I got a following error message while deploying my CAR file to ESB. How can I fix it?
Asbar Ali
  • 955
  • 1
  • 13
  • 26
5
votes
1 answer

loop back mediator and respond mediator

I am working on WSO2 ESB 4.9.0. We have an API with in and out sequences. All the business logic is there in, in sequence and out sequence doesn't have any logic implemented. Some times we need to exit the flow from in sequence because all our back…
storia321
  • 381
  • 2
  • 22
5
votes
1 answer

WSO2 ESB 5.0.0 BETA WebSocket InboundEndPoint

I'm testing the beta release of wso2 esb 5.0.0 which has an interesting feature for me, websockets. I declare de inbound endpoint,like the documentation define (https://docs.wso2.com/display/ESB500/WebSocket+Inbound+Protocol) but i am only be…
Josh
  • 53
  • 2
5
votes
2 answers

Difference between Proxy Service and API Service in wso2 Esb

What is the difference between a Proxy service and API service in wso2esb? To expose my service I can give proxy URL and API URL then in which scenario both differs? and in which scenario I can use proxy and in which I can use API? Please help me in…
Thiru
  • 404
  • 1
  • 16
  • 44
5
votes
2 answers

Sending Content-Type application/x-www-form-urlencoded WSO2 ESB

I have been working in a service chaining that answers me with a Bearer Token using in WSO2 EMM. I made a proxy in ESB and then I passed to a new sequence that makes the next call but this one receives a Content-Type…
Erick Vivanco
  • 239
  • 4
  • 10
5
votes
1 answer

Sending message on wso2 socket, getting exception

I am trying to send a message over TCP in wso2 framework. I am getting this exception in log: [2015-08-20 12:21:50,098] ERROR - TCPWorker Error while processing TCP request through the Axis2 engine java.lang.NullPointerException at…
Raaghu
  • 453
  • 3
  • 17