python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to integrate wso2 esb and wso2 identity server
We are using wso2 identity server as an IAM solution(for creating roles and users and tenants). We are now implementing the architecture using wso2 ESB (in wso2 integration studio). So is there a way ...
Susheela Bhat
Votes: 0
Answers: 0
WSO2 ESB 5.0.0 - How to check API response is in JSON format or not
How to validate the API response is in JSON or in HTML format using outsequence in wso2 ESB 5.0.0
I want to alter the response code if response is in HTML format.

Mak
Votes: 0
Answers: 1
how remove or modify "services" from wso2 esb 5.0.0 proxy uri address
The default endpoint URI format is like this:
http://{host}:{port}/services/{Proxy Service Name}
I'd like to have something like:
http://{host}:{port}/{Proxy Service Name}
or
http://{host}:{port}...
ZGC
Votes: 0
Answers: 1
wso2esb: How to pass the parameters to the callout mediator?
Data service SOAP operation has one parameter.
How do I pass this parameter to the callout mediator?
Callout source code:
<?xml version="1.0" encoding="UTF-8"?>
<callout a...

Karina
Votes: 0
Answers: 1