wso2dss

How can I access this message in fault sequence in WSO2 ESB?

情到浓时终转凉″ 提交于 2019-12-02 07:24:26
问题 How can I access this error text which is from wso2dss side standard error in WSO2 ESB fault sequence ERROR_CODE? I am getting properly but this ERROR_MESSAGE giving NUll. How can I do this? This is WSO2DSS standard ERROR message: <soapenv:Fault xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Code> <soapenv:Value>soapenv:Receiver</soapenv:Value> </soapenv:Code> <soapenv:Reason> <soapenv:Text xml:lang="en-US" xmlns:xml="http://www.w3.org/XML/1998/namespace">The emp

Is it possible with WSO2ESB to send E-Mail Using Header

谁说我不能喝 提交于 2019-12-02 03:55:03
问题 i wish to send a e-mail to my client using Header mediator . Is it possible with that or not My proxy like this <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="Mail" transports="https http" startOnLoad="true" trace="disable"> <description/> <target> <inSequence> <log/> <property name="workpartybranchid" expression="//workpartybranchid/text()" scope="default" type="STRING"/> <payloadFactory> <format> <p:SelectMail_Op xmlns:p="http://ws.wso2.org

Is it possible with WSO2ESB to send E-Mail Using Header

我的梦境 提交于 2019-12-02 01:37:25
i wish to send a e-mail to my client using Header mediator . Is it possible with that or not My proxy like this <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="Mail" transports="https http" startOnLoad="true" trace="disable"> <description/> <target> <inSequence> <log/> <property name="workpartybranchid" expression="//workpartybranchid/text()" scope="default" type="STRING"/> <payloadFactory> <format> <p:SelectMail_Op xmlns:p="http://ws.wso2.org/dataservice"> <p:workpartybranchid>$1</p:workpartybranchid> </p:SelectMail_Op> </format> <args> <arg

How to retrieve multiple rows from database using WSO2 ESB?

风流意气都作罢 提交于 2019-12-01 13:01:29
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 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 Data Service server is used to expose your data(base) ,with sql ,as an available xml/restful web services . You could then call the data service through its endpoint from your ESB proxy service,

ERROR : The column index is out of range: 1, number of columns: 0

与世无争的帅哥 提交于 2019-12-01 01:40:21
问题 I'm using wso2dss 3.0.0.I'm trying to execute a postgresql query i.e. SELECT addressid, geocode FROM maddress WHERE geocode::point <@ circle '((18.9750,72.8258), 5)'; It is working fine in PostgreSQL.When i'm using same query in wso2dss i.e. SELECT addressid, geocode FROM maddress WHERE geocode::point <@ circle '((?,?), ?)'; It gives me error like : DS Fault Message: Error in 'SQLQuery.processNormalQuery' DS Code: DATABASE_ERROR Source Data Service:- Name: Geofence_DataService Location: