wso2esb

WSO2 Aggregate Mediator premature/incomplete/unknown completion

陌路散爱 提交于 2019-12-20 04:38:51
问题 I'm having a confusing issue with my aggregate mediator inside an out Sequence of a proxy. Configuration : A sequence implementing the iterate mediator Iterated the following message : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <productSearchRs xmlns="SHC"> <productDetails> <Product_ID>1487326</Product_ID> <Product_Name>SECRET</Product_Name> <Product_Size>M</Product_Size> <Product_Colour>BLACK</Product_Colour> <Product_Type>SOCKS</Product_Type>

Wso2Dss Box_Carring not working in WSO2esb4.8.0

荒凉一梦 提交于 2019-12-20 03:19:13
问题 I am working with wso2dss3.0.1 and wso2esb4.8.0.I wish to work with Transactions for that i enabled box_carying in wso2dss and its working fine.Means i wish insert the data into 2 tables if 2nd table failed my first table also need to rollback.This functionality working in wso2dss.While i am calling same service using wso2esb that time transaction rollback is not working box_carying is not working fine my configuration is like this <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http:/

How to retrieve multiple rows from database using WSO2 ESB?

南笙酒味 提交于 2019-12-19 11:49:23
问题 I want to retrieve multiple rows in a db using wso2 esb. Using dblookup mediator I am able to retreive only one row. It is suggested to use WSO2 DSS can you please help me with using DSS to retrieve multiple rows in ESB completely. Thanks 回答1: If you don't want to use DSS (which is our case), then you might try the custom mediator that can be found here. https://github.com/mephist/wso2-esb-dbselect 回答2: Data Service server is used to expose your data(base) ,with sql ,as an available xml

WSO2 ESB DBLookup mediator query multiple rows

僤鯓⒐⒋嵵緔 提交于 2019-12-18 16:49:15
问题 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 query (SELECT * FROM X) that return multiple records and then process them. Now a days we are doing that implementing axis2 services but there is another way using a combination of the mediators provided by wso2 esb to accomplished that requirement?? Thanks in advance. Santiago. 回答1: Yes DBlookup

WSO2 ESB DBLookup mediator query multiple rows

橙三吉。 提交于 2019-12-18 16:49:08
问题 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 query (SELECT * FROM X) that return multiple records and then process them. Now a days we are doing that implementing axis2 services but there is another way using a combination of the mediators provided by wso2 esb to accomplished that requirement?? Thanks in advance. Santiago. 回答1: Yes DBlookup

WSO2 ESB : DYNAMICALLY CHANGE ENDPOINT ADDRESS

不想你离开。 提交于 2019-12-17 16:58:13
问题 how can i set endpoint address dynamically i set endpoint address in to a property in run time and need to replace URI of endpoint address with it's value. how can i set URI value of address with this value? 回答1: You can create your endpoint like <endpoint xmlns="http://ws.apache.org/ns/synapse" name="MyEndpoint"> <http uri-template="{uri.var.full}?f={uri.var.f}{+uri.var.extra}" method="put"> </http> </endpoint> Then before calling the endpoint 'MyEndpoint' set the properties .. the

location of cassandra.port in BAM2.2.0

最后都变了- 提交于 2019-12-14 03:53:23
问题 I would like to monitor my application server application using WSO2 BAM. Intially I didn't change the BAM offset address, keep it as by default(ie offset 0) and I changed the application server offset as 2. It seems some problem to show. If I change the offset of BAM server as 2. How can I change the cassandra.port address. I mean the location of the file in BAM 2.2.0 server. Thanks 回答1: Cassandra port can be changed from wso2bam-2.2.0/repository/conf/etc/cassandra-component.xml. But if you

WSO2 ESB: XML response in WSO2 REST API call not parsed

孤人 提交于 2019-12-14 03:52:48
问题 I'm having troubles processing a plain XML response from my REST API in a WSO2 ESB (4.8.1) proxy service. My outSequence obviously expexcts the API call result payload to be a SOAP message which it is not (plain XML) resulting in error while further processing it. I use the HTTP Endpoint but the same error occures when using the Address Endpoint. I have to use GET as the request method as the API does not allow POX. (The issue seems to be similar to the one already mentioned in WSO2 ESB: log

Configuration for WSO2 ELB with WSO2 ESB

孤者浪人 提交于 2019-12-14 03:23:01
问题 I want configuration files for WSO2 ELB 2.1.1 and WSO2 ESB 4.8.1, axis2.xml loadbalancer.config carbon.xml catalina-server.xml and any other if there. I have configured with one ELB(offset 0, 8280), one manager(offset 1, 8281) and one worker(offset 2, 8282) ESB and when i try to send a request via ELB I'm getting DynamicLoadbalanceEndpoint application member not available but both are available and get the log that mgt and worker have joined when they turn on in ELB. Initially when i send a

wso2 api manager database

∥☆過路亽.° 提交于 2019-12-14 02:43:17
问题 I don't understand how can I access the data of APIs (api_id) USER (user_id), subscriptions (is a user 'x' subscribed to API 'y'?) ... how can I perform such controls by connecting to some db? 回答1: Though your question is not much clear,hope you want to know how WSO2 API Manager implemented database data accessing part.I'll explain how WSO2 API Manager did controlling over database data. You could found the database scripts[it contains h2/mysql/oracle dbscripts] use by WSO2 API Manager from