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

HashiCorpVaultLookupXPathFunctionProvider cannot be found by synapse-core_2.1.7.wso2v182

I am currently using wso2 integration studio 8.0.0 to develop a service and integration project works solid in in my local both in integration studio runtime and local docker engine. However, when I build my docker image push it to the Kubernetes…
0
votes
0 answers

in WSO2 I can't store image in a property

in WSO2 I try to make a call to given URLs to get png images in a pretty basic way. Then when I try to store/enrich I get the same error every time: > [2021-07-02 16:38:38,357] ERROR {RelayUtils} - Error while building > Passthrough stream…
0
votes
1 answer

WSO2 API Manager 3.2.0 - Cannot remove "Server" header

According to official docs defining a custom out sequence and adding would remove any unwanted header from api response, yet I'm not getting any success defining a custom…
pouyan021
  • 177
  • 1
  • 4
  • 19
0
votes
1 answer

REST Proxy Server with Apache Synapse

Iam new to the ESB's and Apache Synapse. I have a simple REST API that takes a GET method and returns a simple json response. I tried to create a proxy with Apache Synapse. The configuration is given below.
pacman
  • 725
  • 1
  • 9
  • 28
0
votes
1 answer

How to use Apache Synapse callout mediator to send a given transport header

I'm trying to leverage the callout mediator to call a REST endpoint. But I need to send the contents of a received HTTP header. I tried:
rslemos
  • 2,454
  • 22
  • 32
0
votes
1 answer

How to transform SOAP to JSON array in wso2 ESB using script mediator?

I'm trying to transform the soap request coming from our clients to the REST service we have using wso2 script mediator. Input (SOAP):
Min Naing Oo
  • 1,085
  • 5
  • 24
  • 49
0
votes
1 answer

WSO2 AM endpoint timeout doesn't work correctly

In my case, I did a test with calling an API. Following is my selected logs: 2020-10-05 15:38:43,585 - sThroughMessageProcessor-12 - DEBUG g.apache.synapse.core.axis2.Axis2FlexibleMEPClient: [] Setting Timeout for endpoint : Endpoint…
Minh Trần
  • 356
  • 4
  • 13
0
votes
1 answer

To read LocalEntry values in WSO2 EI

I am trying to read local Entry values based on dynamic user input(if Feed is user Input, then values inside Feed (host,user,password etc) should be fetched. but values not getting fetched for me. can anyone suggest me to achueve…
Justin
  • 855
  • 2
  • 11
  • 30
0
votes
0 answers

SynapseXPath Evaluation of the XPath expression functx:substring-before-match

I fail to use functx:substring-before-match in one of my mediation sequences [2020-03-27 12:26:56,647] [] INFO - ApplicationManager…
zar3bski
  • 2,773
  • 7
  • 25
  • 58
0
votes
1 answer

Is it possible to process HTML response from Call mediator?

No matter what I tried – enrich body to STRING property, log response – I always get an exception, which is probably related to html not being proper xml. I do not need traverse html at all, I just need it stored as a string property. [2019-06-12…
0
votes
0 answers

Is it possible to use transaction mediator in Enterprise Integrator with DSS payloadFactory+Call?

I need to manually control transaction flow across several DB calls, that needs to be executed sequentially My use case: Create transaction Insert record to a table Update record in a different table based on ID returned from the previous…
0
votes
1 answer

XPath as a string variable / property

I retrieve XPath from a database (via DSS) and I need to apply it to the body. Is this somehow possible? To give an example, let's say I have this xml request 24 Some Text
0
votes
3 answers

WSO2 EI send an email with attachment, CC and BCC recipient

I am following this tutorial to enable the MailTransportSender and MailTransportListener. I manage to send an email to the DevNullSMTP, SMTP Server. My question now is. How to add CC and BCC receipient ? I try with the following at the Endpoint URL…
0
votes
1 answer

WSO2 Custom Mediator Set value for the Envelope

Deal All, I'd create one custom mediator in my WSO2 ESB project at the OutSequence. I would like to change the result in SOAP Envelope being send from the back end to the consumer. But with a little bit of adjustment to the data according to the…
ameruddin jamil
  • 155
  • 4
  • 18
0
votes
0 answers

API Gateway is not calling global mediaton extension - WSO2 AM 2.2.0

I am following given documentation to create a global synapse mediator, but it seems that my mediator is not used. When I upload the same mediator XML to the API on publisher, works properly. My XML meditor: