Questions tagged [apache-synapse]

Apache Synapse is a lightweight and high-performance Enterprise Service Bus

Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB).

Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for , and .

In addition to XML and , Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols.

As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX.

207 questions
1
vote
1 answer

get user credentials in a WSO2 ESB scheduled task

I'm writing a sheduled task in WSO2 ESB who execute an external program. I want to send credentials informations of the WSO2 user to those programs when i run the task. Is there any way to make it ?? Best regards
walid
  • 35
  • 5
1
vote
1 answer

WSO2 ESB (Apache Synapse) Proxy with response processing

me again. As a technical exercise I'm attempting to use WSO2 ESB to proxy some web traffic. Specifically, I'm attempting to proxy web traffic and alter the returned response on-the-fly like so: Have ESB receive a HTTP request proxy the request to a…
Rick Sarvas
  • 769
  • 10
  • 20
1
vote
1 answer

How to keep file after being processed in source folder vfs transport WSO2

I use VFS transport in WSO2 to route file from one folder to another. But now I'm facing a problem, I do not want to move the processed file to another folder or delete it. The problem is VFS transport has a default action DELETE or move processed…
Mari_Yaguchi
  • 477
  • 8
  • 25
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
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
1
vote
1 answer

Benefits of WSO2 ESB over SYNAPSE

Evaluating Synapse 2.1 and WSO2 esb 4.7.0. WSO2 ESB provides UI console which is a nice feature over Synapse. Apart from that, WSO2 esb built over synapse core features like Web Services Proxying, Caching, Protocol switching(SOAP to JSON), accessing…
1
vote
1 answer

Apache Synapse SVN checkout error

I am getting an error when I checkout the Apache Synapse source from the SVN repository. This is the command I used to checkout: svn checkout http://svn.apache.org/repos/asf/synapse/tags/2.1.0 Apache-Synapse With the above command I am getting the…
Chanaka udaya
  • 5,134
  • 4
  • 27
  • 34
1
vote
1 answer

How to change the message on a given logic?

There are messages: 111-111-111-1 Den M
Gleb Belyaev
  • 1,009
  • 1
  • 14
  • 23
1
vote
2 answers

How to make a dynamic xPath and execute it?

I collect string to xpath and I want to run this xpath and write the value of a Property
Gleb Belyaev
  • 1,009
  • 1
  • 14
  • 23
1
vote
2 answers

How to access service parameter from WSO2 ESB sequence

I configured Proxy Service parameter according to the documentation: ...
Alex Yakimovich
  • 259
  • 1
  • 4
  • 17
1
vote
2 answers

Are there any replacement for Synaser Serial Communciation tool for Lazarus compiler?

I am working with the latest Lazarus compiler and have worked with Synaser for serial communication with the previous version of Lazarus. It has worked flawlessly, but now with latest version of Lazarus Synaser code is not even compiling but raising…
ThN
  • 3,235
  • 3
  • 57
  • 115
1
vote
3 answers

Adding a header to a XML message in Synapse

Using Synapse 2.1, I am trying to transform an XML message with no header into a SOAP message with a header containing credentials to consume a web service. Something like this: Synapse incoming message:
pbons
  • 41
  • 5
1
vote
1 answer

apache common-vfs ThreadPool Configuration

Is there any configuration for common-vfs to set the ThreadPool? I use this vfs in WSO2 ESB apache Synapse. I already look for the documentation etc, but i found nothing said about ThreadPool in vfs. So how can i configure it? Thanks, for your help…
Mari_Yaguchi
  • 477
  • 8
  • 25
1
vote
2 answers

The 'name' attribute is required for a Proxy service definition

I have a problem deploying some proxy configuration in WSO2ESB. When I copy the proxy configuration file, even some Apache Synapse samples like sample 151, I get this error: "The 'name' attribute is required for a Proxy service definition". The…
Saeed
  • 61
  • 7
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: …