I tried WSO2 EI 6.6.0 Data-mapper mediator to convert JSON to XML. But when I try to click Try out button in the Realtime datamapper priview, it is not working. Can anyone help me to solve this issue, I am new to WSO2 EI?
I tried like below example
Creating a SOAP payload with namespaces
enter image description here
This is my WSO2 EI screenshot.
Related
I know that WSO2 ESB is one of product of WSO2 EI platform.
But I need to connect oracle database and execute some sample queries, I cannot find this feature from WSO2 ESB, but WSO EI has that features
Please refer below Questions:
What if i use WSO2 EI instead of WSO2 ESB for integrate our systems and subsystems in productino usages ?
Which one is better to use ?
WSO2 EI is nothing more than a collection of profiles such as WSO2 ESB, WSO2 Message Broker etc. You can use WSO2 EI without any problem because WSO2 ESB is not released separately anymore. Download EI and start the ESB profile by going to [EI-HOME]/bin/integrator.sh.
I am using WSO2 EI 6.1.1. I am trying to consume Active MQ queue from inside the WSO2 REST API, but unable to achieve it. I don't want to use the proxy service of WSO2. Please provide some input.
WSO2 provides the JMS connector. Can you try with this?
I'm starting to use WSO2 DAS to publish some data from WSO2 ESB for monitoring purpose.
I configured the stream on both sides (ESB/DAS) but when I send the data to the DAS I just get an empty row in the DAS database. I checked both parameter names and I checked the XPath expressions in ESB and everything seems OK. Obviously I'm missing something.
Thanks for your help.
As I've been talking with WSO2 support, the proble was that using the "bam" mediator does not work with the DAS.
You have to use "publish event" mediator + sink in the ESB and the stream/receiver on the DAS. With that, no problem: data is correctly sent.
I developed some API in WSO2 ESB server.I need to pass encrypted data to my resource server through the ESB. But i need to update data (payload) while request reach in ESB apart of my business.Is there any solution .any help please ?
According to the requirement you have mentioned here you can update data in the payload inside the ESB with the help of a Payload Factory mediator.
As an example, please refer documentation [1] Section of “Using WSO2 ESB to modify messages with text content".
Encrypting the data/payload inside the WSO2 ESB, does not support Out Of the Box.
As a suggestion, I would suggest to implement the scenario with the help of the transport layer by Enabling SSL profiling feature with WSO2 ESB which will communicate with a resource server in a safe manner.
For more information on SSL profiles in WSO2 ESB, please visit documentation [2].
[1] https://nadeesha678.wordpress.com/tag/wso2-esb/
[2] http://pathberiya.blogspot.com/2010/07/ssl-profiles-in-wso2-esb.html
I am trying to use wso2 ESB server as a PEP, I already have wso2 identity server acting as the PDP and an application hosted on wso2 Application server. I have uploaded policies into identity server and I was wondering if there any tutorials out there that both show and explain how to make this happen. I have tried the blog http://wso2.org/library/articles/2011/08/finegrained-authorization-restful-services-xacml but it has not worked. any direction on how to turn esb into a pep would be appreciated
You can use wso2 esb Entitlement mediator. Have a look at following guide which explains how we can add fine grained authorization to proxy services.
http://docs.wso2.org/wiki/display/IS400/Adding+Fine-grained+Authorization+for+Proxy+Services+in+ESB