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

WSO2 ESB How to deliver the message of the Custom Mediator in EndPoint

Good day! I only recently began to study the ESB bus. I need to convert the incoming SOAP message in the HTTP request with Content-Type: application/x-www-form-urlencoded. I have created a Proxy Service, Custom Mediator 1 in Java, transformed…
0
votes
1 answer

Apache ODE - How to redirect process endpoint?

I'm interested in use apache synapse to monitor Apache ODE invocations, exists any configuration to redirect all Apache ODE calls changing the endpoint and adding WSA-TO header? Exists any other way to do that just changing the apache ODE…
mdominguez
  • 13
  • 4
0
votes
1 answer

Get content of local-entry into property

I have a local-entry containing text. I want to use the text of the local-entry in my proxy sequence. But how can I do that? I only have get-property('name of property'), but is there a get-local-entry('name of local entry'? Here my Proxy in which I…
Philipp
  • 4,645
  • 3
  • 47
  • 80
0
votes
1 answer

wso2esb 403 on send to multiple endpoints changes message (deletes attributes in soap:Body)

If i use send mediator with recipient list or clone mediator, wso2esb sends messages without attributes on soap:Body. I get signed message on proxy service, so it is critical to leave message as is. Using send mediator with only one recipient (not…
astafev.evgeny
  • 466
  • 4
  • 21
0
votes
1 answer

In wso2 esb after enabling DSS feature it moves the dss service as faulty service

I have enabled the dss feature in wso2 esb and tried to deploy the sample dss file in esb it makes the dss service as faulty service . I have enabled http,https and vfs transports in axis2.how to resolve it ?
0
votes
1 answer

Backing up proxy services and configurations in WSO2 ESB?

I have a WSO2 ESB 4.6 running some proxy services, my proxies have endpoints, sequences and other artifacts which are saved inline, in the registry and as standalone endpoints/sequences. I want to backup them. Is there any way that is suggested for…
Reza Ameri
  • 1,803
  • 3
  • 24
  • 32
0
votes
1 answer

WSO2 content enricher

I have simple scenario, I have WSO2 ESB instance and I built sequence for processing message, where one step of this sequence is content enrichement of message body. Informations, which should be added into enriched body, are available over REST…
Thelvyn
  • 45
  • 1
  • 6
0
votes
1 answer

How to get real result from AxisEngine

I'm trying to implement my specific transport for WSO2 ESB based on some proprietary binary protocol. From protocol specification I need acknowledge every packet I receive only if I'm 100% sure that it will be processed in future. For those reasons…
revenforv
  • 103
  • 5
0
votes
1 answer

WSO2 good practice with many service calls in a sequence

I'm working on a scheduled sequence that need to do the following tasks: call GetNew data service getting possible new xml data if xml exists with the xml data, get the ID and save it into a property call UpdateStatus data service with the…
elias
  • 15,010
  • 4
  • 40
  • 65
0
votes
2 answers

Unresolved externals when using Synapse (internet access) on C++Builder XE5

I have some troubles with linking (Ararat) Synapse library on my new C++Builder XE5. Before that I used C++Builder XE2 and everything was OK. Now I've created a new project with C++Builder XE5 and added some code on simple button click event handler…
0
votes
2 answers

Launch an ESB task from UI

I write some scheduled tasks in WSO2 ESB who are launched using count and interval or by a cron expression. Now , i like to create an UI for launching those task using a link or bouton (bouton1 -> launch task1 ...). Is there a way to do that ??
walid
  • 35
  • 5
0
votes
1 answer

WSO2 ESB 4.8.0 Proxy service transcoding iso to utf-8

Context: I use wso2esb 4.8.0. I have proxy service:
user3096538
  • 1
  • 1
  • 2
0
votes
1 answer

Accesing the .txt file from Remote server into my WSO2 ESB

Hi i am working on wso2 ESB 4.7.0, I wish to process the any particular file like .txt,.xls,.xml , my client provide the data in above format files in system folder,i need to pick from there and process that file , i wish to store that data into…
0
votes
2 answers

Scheduled database polling with WSO2 Data Services Server is not working

I am working on the this Scheduled database polling with WSO2 Data Services Server blog on linux Ubuntu with WSO2 DSS 3.0.1 and ESB 4.7. 0 While i am inserting the values into student_registration table, Nothing displaying in WSO2 ESB terminal…
0
votes
1 answer

WSO2 ESB Dynamic Load-balance Endpoint balancing algorithm

i'm using WSO2 470 ESB. I need to use a Dynamic Load Balancing endpoint providing my custom load-balancing policy. I know that WSO2 is based on apache Synapse, on which i can find…
Alex
  • 1,515
  • 2
  • 22
  • 44