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
1 answer

Access a web-service with session-key/token from WSO2 ESB

I'm starting to evaluate WSO2 ESB and try to implement some simple but real life scenarios. What I'm trying to do, in this specific case is connect to a web-service that uses a session-key in the payload to do the authentication. So there is one…
Chris
  • 834
  • 1
  • 10
  • 23
0
votes
1 answer

How to write a GET request in API Manager?

I am trying to write the GET request for the search API. I am writing it like this http://localhost:8280/solr/1.0/search?searchText=abc, but I am getting a 404. If I'll write it as http://localhost:8280/solr/1.0/, I'm able to get the JSON response…
Dileephell
  • 620
  • 2
  • 7
  • 18
0
votes
1 answer

WSO2 enable transport from Carbon Application

To use some transports in WSO2 esb you have to edit the ESB_HOME/conf/axis2.xml Like in this tutorial you have to uncomment the email transport. Is there a way to configure a transport in Carbon application developed in WSO2 Developer Studio,…
Evgeni Dimitrov
  • 21,976
  • 33
  • 120
  • 145
0
votes
2 answers

WSO2 ESB: Get URI in property from HTTP/Address Endpoint?

I have a centrally defined endpoint that points to a RESTful API. At the moment it's a HTTP endpoint, but I can also work with an address endpoint if required. My issue is that I can't seem to find a way to access the endpoint URI in a property…
Strainy
  • 523
  • 1
  • 5
  • 19
0
votes
2 answers

WSO2 ESB: How to Aggregate Payloads from Nested Iterators

I'm attempting to produce a stream of comments from a Facebook page. Ultimately I'd like a response from WSO2 like this: 123 456 Bob…
Strainy
  • 523
  • 1
  • 5
  • 19
0
votes
1 answer

WSO2APIM is case sensitive

I had a problem with api manager, the context that I created it's all in lower case, but some clients send request the context with capital letters, and api manager don't recognize these calls, but in the publiser interface is case insensitive, the…
0
votes
2 answers

What exactly is the transport scope in Property mediators in WSO2 esb?

What exactly is the transport scope in Property mediators in WSO2 esb? Is it thread safe? That is, if the scope is marked as transport, is this local to the current execution of the proxy ? There does not seem to be enough documentation on this.
Sujith Babu
  • 339
  • 6
  • 19
0
votes
1 answer

How to send string content as the response from WSO2 ESB Proxy?

We need to send a combination of XML and a string to a JMS server by concatenating, the payload which we constructed is not xml and ended up being a plain string in mixed format(obviously, ESB will not allow, but is there a way to deal). Added…
0
votes
1 answer

WSO2 Send mediator and/or Inbound Endpoint SMB (CIFS)

Quite new to the product, but looks promising. Can someone explain me two things: How do I parse credentials to an SMB inbound enpoint. I have a remote share, but I do not want the BUILTIN guest account to be enabled nor want to grant network…
Ronald
  • 1,083
  • 3
  • 13
  • 20
0
votes
1 answer

Parse JSON response in WSO2 ESB 4.6.0

I'm calling a webservice using WSO2 ESB 4.6.0 and I'm getting this raw response: HTTP/1.0 200 OK Content-Type: application/json;charset=ISO-8859-1 X-Powered-By: Servlet 2.5; JBoss-5.0/JBossWeb-2.1 Server: Apache-Coyote/1.1 Date: Mon, 19 Oct 2015…
elias
  • 15,010
  • 4
  • 40
  • 65
0
votes
1 answer

Why is Synapse not expanding a variable in a uri-template?

I have a WSO2 ESB 4.8.1 sequence which sends a message to an HTTP endpoint defined as The property is previously set by XPath:
Peter Taylor
  • 4,918
  • 1
  • 34
  • 59
0
votes
1 answer

Keep HTTP- Connection in pascal?

I want to make a program auto access this site http://ringzer0team.com/ Everything I need (user,pass,csfr) I have, but how to keep the HTTP - Connection in pascal? I used http://posttestserver.com/ to test the method post. Here is my code. When I…
0
votes
1 answer

Integrating Apache Synapse with .NET Client/Server

I'm new to apache synapse and the examples didn't help me much. I look in the internet and it doesn't seem to have material about it, can someone help me with some info? I need a sender/receiver in c# and how to configure it in the synapse. Doesn't…
Lucas Gazire
  • 301
  • 5
  • 16
0
votes
1 answer

Log complete HTTP HEAD in WSO2 ESB API

I have several API resources deployed in the WSO2 ESB. In order to monitor the calls they receive Web services exposed in API resources, I would like to show in the log full HTTP header of the request. I know I can do this parameter by parameter…
Sergio Rodríguez Calvo
  • 1,183
  • 2
  • 16
  • 32
0
votes
1 answer

Autodeploy API error in WSO2 ESB

I'm trying to deploy an API in WSO2 ESB automatically. I put .xml file with de API and its resources definition in {ESB_HOME}/repository/deployment/server/synapse-configs/default/api/ and the API Factory from ESB deploy it. But I get this…
Sergio Rodríguez Calvo
  • 1,183
  • 2
  • 16
  • 32