wso2-esb Questions

3

Solved

Anybody would please through some light on difference between call and send mediator and what use cases these two mediators are used.
Moran asked 18/12, 2015 at 17:5

2

Solved

I would like to understand the difference between grant_type=client_credentials and grant_type=password in Authentication or in OAuth2 Flow concept. I am following below sites: http://help.atavist...
Iphigenia asked 17/1, 2016 at 19:51

5

Solved

Most of the current docs are with reference to SOAP-to-JSON, I was hoping whether there are any reference material or tutorials when using WSO2 ESB to transform JSON response object to SOAP service...
Wellknit asked 2/1, 2013 at 19:15

6

How can I set the endpoint address dynamically? I set endpoint address in a property at runtime, and need to replace the URI of endpoint address with its value. How can I set the URI value of addre...
Gley asked 8/4, 2013 at 10:7

5

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 90d2c018-73d1-324b-b121-a162cf870ac0' 'https://172.17.0.1:8243/V1.0.2/stock/getNA?name=te' The terminal prompted &...
Peoria asked 29/12, 2016 at 9:45

1

Solved

I have tried to create custom connector by following this WSO2 Documentation Prerequisites of apache-maven-3.8.4-bin installation done. Connector: maven build: ERROR: partial pom.xml: <prope...
Chalky asked 19/1, 2022 at 15:30

1

I have a LocalEntry named: Test with the content below and saved in the local file system. <test> <value1>a</value1> </test> I can retrieve the value1 using a property lik...
Avant asked 23/6, 2020 at 16:30

3

Solved

I am using WSO2 ESB and trying to convert my XML payload to Json. <property name="messageType" value="application/json" scope="axis2"/> The above property mediator convert my xml to json a...
Simper asked 26/2, 2016 at 16:21

1

Solved

I am studying this material for the WSO2 ESB certification: https://wso2.com/training/enterprise-integrator-developer-fundamentals#request_training_enroll Into the "Download Lab kit" section ther...

4

Solved

As it says in the documentation of the DBLookup Mediator it only returns the first row of the query, the other results if they are, were ignored. I want to know if there is a "best way" to run a q...
Halverson asked 28/4, 2013 at 13:0

2

Solved

I have created an AXIS service which connects to WSO2 Identity Server and validates a token. When I deploy this axis service on WSO2 App Server, I get the correct response. Where as when I deploy i...
Haas asked 3/10, 2013 at 9:27

4

When attempting to follow the WSO2 directions to update a salesforce record I am getting the following error. Saleforce adaptor - error injecting sObjects to payload : org.apache.axiom.om.OMExce...
Subsist asked 8/8, 2017 at 21:55

3

I am pretty new in WSO2 ESB and I have the implement a custom message processor with this specific behavior: perform an operation after that an element is retrieved from the message store and befor...
Diadem asked 26/7, 2017 at 8:30

5

I am very new to WSO2 ESB and I have the following problem with a message processor. I have this message processor definiation that every second extract an element (an XML document previously stor...
Quartet asked 14/7, 2017 at 10:34

1

I have the following doubt related how to store something like a global property in WSO2 ESB. I try to explain my situation. I have a message processor in which is defined a sequence that is execu...
Chromolithograph asked 12/7, 2017 at 10:43

1

Solved

I developed a REST API in wso2esb 5.0.0 and I am facing some problems when client send a request that contains ã, ç or é for example, the first mediator on inSequence pipeline, Raise an error about...
Earnestineearnings asked 4/7, 2017 at 18:48

3

How do you typically debug the ESB code? I am using log statements but they are kind of lost in system logs. Is there a better mechanism to be used? Thanks,
Gild asked 8/10, 2013 at 18:18

2

Following the quick start guide in https://docs.wso2.com/display/EI600/Quick+Start+Guide Since I am using Windows, I have downloaded snappy-java and put into \wso2\analytics\lib but the exception...
Aurelio asked 27/2, 2017 at 2:54

2

Solved

I want to log from withing Javascript script mediator for debugging porpouses. It is quite annoying to have to add the message/variable value... to a context variable and use a log mediator in the ...
Turnage asked 2/10, 2013 at 10:56

3

Solved

I have a REST service deployed on a server and would like to expose it (proxy it) through WSO2 ESB and use the ESB security to secure the access to the service (probably HTTP BASIC authentication t...
Ingulf asked 12/9, 2012 at 14:51

1

Solved

I'm attempting to retrieve data from Facebook using the WSO2 Facebook Connector in WSO2 ESB 4.9.0. I've provided the proxy configuration below. <?xml version="1.0" encoding="UTF-8"?> <pro...
Florafloral asked 15/12, 2015 at 4:59

2

Solved

Following is the log of my current json body. And I want to add new property to this body. "NewPropertyName": "value". Since the value is in a database I am using a class mediator to add this prope...
Enneastyle asked 18/5, 2015 at 6:12

2

When I am trying to convert XML to Json using XSLT mediator in wso2 I am getting "Payload could not be written as JSON." error. Can anyone help to me resolve this. Thanks in advance
Stet asked 31/10, 2015 at 13:31

1

While evaluating various ESB's, I came across Apache Synapse & WSO2. In WSO2 it's mentioned that WSO2 completely uses Synapse and built on top of it. However I am not still clear what addition...
Castoff asked 8/6, 2015 at 3:39

2

Solved

I have a rest end point in WSO2ESB (4.8),I need to read query parameter to set as dynamic payload as the my business ,But i failed to read it due to newer with wso2 ESB.Any help ?
Pentheas asked 4/12, 2014 at 13:58

© 2022 - 2024 — McMap. All rights reserved.