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
0
votes
2 answers

Callout mediator doe'snot giving any response in WSO2 ESB 4.7.0

While I am using call out mediator in wso2 esb , with DSS Endpoint I am getting the request only, I am not getting response, even I put log in the out sequence. Here I am sending my proxy service.
Kanchetianeel
  • 189
  • 2
  • 3
  • 15
0
votes
2 answers

Spring Mediator in WSO2 ESB

Hi, i written the simple hello world Spring example.How can i access the this into WSO2 ESB Spring mediator,and is there any changes i have to do in repository of WSo2 ESB, i follow the…
Kanchetianeel
  • 189
  • 2
  • 3
  • 15
0
votes
1 answer

How to implement a custom mediator with its own XML configuration?

I'm trying to implement a custom mediator for WSO2 ESB (4.5.1) using its own XML configuration. I'm able to use the mediator just fine as a class mediator with the following config: However, what…
Kallja
  • 5,362
  • 3
  • 23
  • 33
0
votes
1 answer

Error when try to build the VFSTransport Listener class

I try to modified the VFSTransportListener class in WSO2. But I encountered this error : Multiple markers at this line - Cannot override the final method from AbstractTransportListenerEx - overrides…
Mari_Yaguchi
  • 477
  • 8
  • 25
0
votes
1 answer

How to close a socket channel from client side so that the server throws java.nio.channels.ClosedChannelException

I have an issue where a server(Apache Synapse) intermittently throws "java.nio.channels.ClosedChannelException". java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(SocketChannelImpl.java:135) at…
Jeewantha
  • 965
  • 1
  • 11
  • 28
0
votes
0 answers

Synapse/WSO2: Modifying a message in proxy service with iterate mediator

Here's the problem I'm trying to solve: receive a message enrich the message by calling another service to obtain information (the other service happens to be a WSO2 Data Service, but using a mock proxy works the same); see here for info on the…
Thomas Ehardt
  • 155
  • 4
  • 11
0
votes
1 answer

adding post request in my WSO2 proxy service

I have created a proxy service who transform a message using a xslt mediator and then transformed to JSON, I want now to post the JSON message in a rest web service how i can do that directely in my proxy service? This is my proxy service :
Rida
  • 75
  • 1
  • 1
  • 8
0
votes
1 answer

add http request header an WSO2 proxy service

I have a proxy service who uses an XSLT mediator, I want to add a request header to it, this information representes a basic HTTP authentication : Authorization:Basic YWRtaW46YWRtaW4= The last key is created with a login 'admin' and a password…
Rida
  • 75
  • 1
  • 1
  • 8
0
votes
2 answers

Transform response to plain-text using wso2 esb 4.0.6

I'm new to web-service and somehow I have created a simple web-service over http/https using wso2 esb 4.0.6. Now my requirement is to remove the tag from response i.e. i need plain text in response, below code snippets will give u a brief idea of my…
0
votes
1 answer

Iterating DSS response in BPEL (WSO2 BPS)

I am using WSO2 BPS and WSO2 DSS. DSS has 2 services as below: (1) Returns list of status and (2) Inserts a record into table. I succeeded invoking both the DSS services from BPEL Workflow. But I need to achieve the following thing. My 1st DSS…
Vijay Krish
  • 297
  • 6
  • 23
0
votes
1 answer

WSO2 ESB concurrent thread vfs-worker

I am new to WSO2 and Apache Synapse..I make a proxy service to route some files to another folder, but when I look the JConsole, there is only 1 thread that working. How can I configure the setting to make multiple threads working and process the…
0
votes
0 answers

Apache Synapse custom Mediator to execute system command

I create a custom mediator in apache synapse to invoke some system command such as java -jar, execute shell script, etc.. But i have no luck to this, i tried these codes : Process process =runtime.exec("touch /opt/FILE.txt"); and Process p =…
Mari_Yaguchi
  • 477
  • 8
  • 25
0
votes
1 answer

WSO2 ESB/Apache Synapse/VFS execute exe,jar,etc

Is there any way in WSO2 ESB or Synapse or VFS to execute an exe application, or command prompt, jar, or anything else?? I googling it for a while now but still got no clue about that.
Mari_Yaguchi
  • 477
  • 8
  • 25
0
votes
2 answers

Using XPath functions in filter mediator

In my inSequence of a proxy I'm filtering with a xpath query in the filter mediator. But I want to use XPath functions like exists() or count(). But this does not work and always creates an exception. Here my example:
Philipp
  • 4,645
  • 3
  • 47
  • 80
0
votes
1 answer

Is it possible to use Synapse without Axis2, to make ReST and SOAP calls, possibly with CXF and/or Jersey?

I am tasked with coming up with a way of using Synapse ESB without Axis2, basically to make ReST and SOAP calls to webservices. Is there CXF support, for example? I searched a lot but could not find a decent example which doesn't use Axis2, for…
Anoop Hallimala
  • 625
  • 1
  • 11
  • 25
1 2 3
13
14