Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
64 views

currently we are fetching data from shopify using copy activity with version 1.0 shopify linked service. version 1.0 is going to get deprecated by the 3rd week of Oct 2025. version 1.0 supports query ...
Mohammad Yunus's user avatar
0 votes
0 answers
26 views

When my Azure pipelines are triggered automatically, my processing time takes 1 hour... when I run it manually, it takes 30 minutes... why this difference could be happening... even if my pipelines do ...
Gizem's user avatar
  • 1
0 votes
0 answers
97 views

I am trying to call MS Fabric Semantic model refresh API from Synapse notebook. https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset-in-group#example-of-refreshing-a-dataset ...
Prakash's user avatar
  • 555
0 votes
0 answers
43 views

I want to write data from an Azure Synapse notebook to an on-prem HDFS file system. While Azure Synapse provides Copy Activity for reading data, there doesn't seem to be a direct way to write data ...
user29325836's user avatar
0 votes
1 answer
97 views

We have some production stored procedures which need executing in the middle of the day using our on-prem servers, is it possible for these to be trigger via an Azure Data Factory Pipeline on our ...
Nicholas Campbell's user avatar
0 votes
2 answers
158 views

In my scenario, there are no backend calls. I need to update some details of records in a database by looping through each record and sending a single aggregated email notification to the user with ...
Kavindi Vidushani's user avatar
0 votes
1 answer
117 views

Problem Description I am trying to import a custom Python package named check_excel_errors in an Azure Synapse notebook. The package was installed successfully using pip, but when I try to import it, ...
Tsu Kernik's user avatar
0 votes
1 answer
219 views

In my Synapse pipeline, I am looping through a set of filenames. Inside the loop, I use a "Get Metadata" activity to retrieve the last modified date of each file and append these dates to an ...
pythonCoder's user avatar
0 votes
1 answer
196 views

REST API call from synapse notebook to any other services outside azure not working ( power bi , Google) ex: test_url = "https://www.google.com" response = requests.get(test_url) print("...
Madhu Tallapaneni's user avatar
0 votes
1 answer
50 views

I have the below dataframe created in PySpark code: +---------------+-------------+---------------+------+ |TransactionDate|AccountNumber|TransactionType|Amount| +---------------+-------------+--------...
John's user avatar
  • 5
2 votes
1 answer
181 views

As you know we have 3 types of Authorization in WSO2 API management API Call: Basic, ApiKey, OAuth I need to extract username of API caller. I used this way as you can see in this link: https://...
m.feyzollahi's user avatar
1 vote
1 answer
141 views

I'm using a JsonTransform Mediator in my sequence to make sure a phone number field in my database query is returned as a string instead of as a number. <jsontransform description="JSON ...
Vinnie's user avatar
  • 23
0 votes
2 answers
287 views

I am trying to access the API version set in the API Manager frontend, defined via an openAPI v3.0.3 spec, in the Micro Integrator backend - I can see this is defined in the API Overview page. However ...
DH_CC89's user avatar
  • 36
1 vote
1 answer
230 views

I've an endpoint which can be reached only through SSL validation. E.g. to reach it by Google Chrome, I've installed xxxx.p12 certificate. On other implementations, such as python, I can reach the ...
Cristiano's user avatar
-1 votes
2 answers
152 views

Here is the scenario: we are using Azure Synapse analytics with 100 DTU, we have several tables. All tables are round robin distributed and clustered columnstore because data is loaded once in a day ...
veer kumar rathore's user avatar
1 vote
1 answer
709 views

I'm currently using wso2am-4.0.0 and I have been using wso2am-2.1.0 previously. In the previous version, a synapse configuration xml per each API could be located in the below folder path. <...
Lilan Mihiranga's user avatar
1 vote
1 answer
210 views

I’ve written a simple XSL:FO to PDF mediator. The transform of the XSL:FO document seems a success, but returning a PDF does not seem to work. In the axis2.xml file I’ve added the rules for ...
René de Vries's user avatar
-1 votes
1 answer
66 views

I am trying this tutorial from this given link https://ei.docs.wso2.com/en/latest/micro-integrator/use-cases/tutorials/file-processing/ Here is the file proxy definition <?xml version="1.0&...
Lam Do's user avatar
  • 518
0 votes
2 answers
249 views

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 ...
orhunozbal's user avatar
0 votes
0 answers
160 views

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} - ...
Alihan Şimşek's user avatar
0 votes
1 answer
445 views

According to official docs defining a custom out sequence and adding <property name="CustomTransportHeader" scope="transport" action="remove"/> would remove any ...
pouyan021's user avatar
  • 188
1 vote
1 answer
209 views

I have been trying out Apache Synapse and been trying to use the JavaScript mediator to set the JSON payload. But the ScriptMessageContext class doesn't contain any method for reading a JSON payload ...
pacman's user avatar
  • 845
0 votes
1 answer
363 views

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 ...
pacman's user avatar
  • 845
0 votes
1 answer
259 views

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: <callout passHeaders="false"> <...
rslemos's user avatar
  • 2,852
0 votes
1 answer
587 views

I'm trying to transform the soap request coming from our clients to the REST service we have using wso2 script mediator. Input (SOAP): <tran:Request xmlns:tran="http://schemas.demo.com/tran....
Min Naing Oo's user avatar
  • 1,105
1 vote
0 answers
43 views

I have some very basic queries on synapse and client communication. Thanks in advance. I thought normal Android phones do not have secure storage with them (although some high end phones do have ...
user3488903's user avatar
0 votes
1 answer
765 views

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: [] ...
Min's user avatar
  • 352
0 votes
1 answer
539 views

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 ...
Justin's user avatar
  • 997
1 vote
1 answer
157 views

Is Apache Synapse updated as per Java 11 ? The latest release of Apache Synapse, dates to December 2017, which is from 3.0.1 version. While loading the classes from the jar, encountering ...
a3.14_Infinity's user avatar
1 vote
2 answers
1k views

I am re-factorizing a wso2 project and I wondered how/whether I could do the following. This project is designed to send data to a SOAP Api. In every environment, this API exposes a .wsdl file and the ...
zar3bski's user avatar
  • 3,221
0 votes
0 answers
450 views

I fail to use functx:substring-before-match in one of my mediation sequences <property expression="functx:substring-before-match($trp:FILE_URI, 'CMDE[a-zA-Z0-9_]*\.zip')" name="baseFolder"/> [...
zar3bski's user avatar
  • 3,221
1 vote
0 answers
73 views

Good morning everyone, I have problem when waiting for fix message from my broker to my wso2. i have setup my proxy for got fix message from them like <?xml version="1.0" encoding="UTF-8"?> &...
yuyu kungkung's user avatar
4 votes
1 answer
1k views

I have created my own MediatorClass. Which has this major method: public boolean mediate(MessageContext context) { // TODO Implement your mediation logic here return true; } Now there is a ...
Mr.D's user avatar
  • 7,973
1 vote
0 answers
191 views

The standard configuration of WSO2 API Manager 2.6.0 exposes a number of product services without enforcing authentication and authorisation controls through the usual OAuth token mechanism employed ...
Markus van Aardt's user avatar
0 votes
1 answer
292 views

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 ...
Tomáš Toka Mrázek's user avatar
2 votes
1 answer
483 views

I am using WSO2 AM 2.6, with two domains pointing to the GW host: domain1.com domain2.com Is there a way to figure out, inside a mediator or a custom handler, if the API was invoked using domain1.com ...
Ofer Lahav's user avatar
2 votes
3 answers
2k views

I am building a simple API in WSO2 EI/ESB. I am saving each of the request parameters to properties like so: <property expression="json-eval($.client_id)" name="client_id" scope="default" type="...
Jason Lee's user avatar
0 votes
0 answers
242 views

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 ...
Tomáš Toka Mrázek's user avatar
0 votes
1 answer
302 views

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 <custom> <id>24</id&...
Tomáš Toka Mrázek's user avatar
1 vote
1 answer
449 views

I have a question regarding WSO2 EI Deployment. Here is the scenario, I had create 4 API for my project. For the first time deployment. I generated 1 CApp file consist of 4 API and other artifact ...
ameruddin jamil's user avatar
1 vote
1 answer
359 views

I am new to Apache Synapse. I need to do content-based routing and proxying of a SOAP service. However, the actual request is an XML document inside a CDATA tag in the body of the SOAP request. ...
JCaristi's user avatar
0 votes
3 answers
539 views

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 ...
ameruddin jamil's user avatar
1 vote
1 answer
810 views

I am currently developing an API that will send a request to the Endpoint and will response back to the client. On my fault sequence, I will log the error code and error message by using the ...
ameruddin jamil's user avatar
1 vote
1 answer
2k views

I have create one API witch call and Endpoint and return some response. Base on the response the Endpoint return, I want to retrieve the status value and proceed to the next step. This is my api.xml ...
ameruddin jamil's user avatar
0 votes
1 answer
407 views

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 ...
ameruddin jamil's user avatar
1 vote
0 answers
190 views

Is there a way to integrate web services that hosted in WSO2 EI in Glowroot? Currently, WSO2 Carbon UI Request(9443) is log in Glowroot Web Transaction. But when I request in Web Services(8280) there'...
jmvtrinidad's user avatar
  • 3,698
1 vote
1 answer
855 views

I have two apps, one that authenticate some user and generate a jwt if the user is valid, and save this jwt on the header with the name custom, as you can see: var jwt = require('jsonwebtoken') ...
Patricio Mora's user avatar
0 votes
0 answers
187 views

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 ...
marceloavan's user avatar
1 vote
1 answer
1k views

I'm using the WSO2 2.1.0 inline prototyping feature, as shown in Create a Prototyped API with an Inline Script This sample use the Synapse ScriptMessageContext to get the variables. But I'm only ...
Sourcerer's user avatar
  • 2,208
2 votes
0 answers
353 views

There was a problem with the passage of authorization on the site https://www.google.com for receiving data. I use synapse HTTPSend. Connection I do as follows: procedure TForm1.Button2Click(Sender: ...
newbie_Tester's user avatar

1
2 3 4 5