Questions tagged [wso2-integration-studio]

215 questions
-1
votes
1 answer

Remove activityid Parameter from response Header in WSO2- API Manager

As you know, by default, WSO2 add a "activityid" Parameter to each response header which would be passed from API-Manager. Reference: https://docs.wso2.com/display/EMM210/Getting+Operation+Details+by+the+Activity+ID For some reason, I need to remove…
Ehsan
  • 53
  • 5
-1
votes
2 answers

Create parameters in API Header in WSO2

I have created a API in WSO2 studio integrator like below: curl --location --request POST 'http://localhost:8290/internal/send-messages' --header 'accept: text/plain' --header 'Content-Type: application/json' --data-raw '{ "bankName":…
-1
votes
1 answer

Can you redirect to a web page based on whether a field exists in a microsoft sql database on wso2?

I have created a REST API that searches a microsoft sql db using a db lookup mediator, I wish to redirect to a web page based on whether or not a UserCode field exists in my database. I do not receive an error when attempting to test my API but it…
-1
votes
1 answer

send a response to end-user based on otp verification in WSO2 enterprise integrator

I have created a module for verifying the end-user via SMS and OTP. After the module verifies the end user, another API should be called automatically and the response sent to the end user. I have attached the flow. How can I handle this procedure…
-1
votes
1 answer

find out the "username" in enterprise integrator

In Enterprise integrator (WSO2) server, How should I know, which application send me the requests? I need to have application "username" and send the username in body to Endpoint.
1 2 3
14
15