wso2dss

Invoking DataService from wso2 ESB with secure port

别来无恙 提交于 2019-12-24 20:26:08
问题 I just want to invoke a secure DataService endpoint from wso2 ESB and I couldn't find the right and straight forward solution. I have seen this and this but no success! I define my endpoint in ESB as folows: WSDL Endpoint: WSDL URI: http://[myIP]:7763/services/PostPaidProviders?wsdl Service: PostPaidProviders Port: SecureSOAP11Endpoint FYI, if I change my Port to 'SOAP11Endpoint' my proxy service on ESB works properly. Thanks 回答1: I've imported my WSO2-DSS's certificate to my ESB keystore

Can we Set a Send mediator with Xpath expression

非 Y 不嫁゛ 提交于 2019-12-24 15:32:12
问题 i am trying to send a message to my email for that i am using send mediator as well i setup required configurations in AXIS2 file is it work for below proxy if not what is the way to give xpath to send mediator <proxy xmlns="http://ws.apache.org/ns/synapse" name="mailCheck" transports="http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence> <property name="Subject" value="Alert Message From WSO2 ESB - Service Down !!!" scope="transport" type="STRING"/> <property

Migrating the wso2 APIs and Applications to a Different Environment

时光总嘲笑我的痴心妄想 提交于 2019-12-24 12:25:06
问题 I'm setting up the API Manager Import and Export tooling for which we need deploy "api-import-export-2.6.0-v10.war" file to "/repository/deployment/server/webapps folder" where as it is throwing an error. StandardContext Servlet [JAXServlet] in web application [/api-import-export-2.6.0-v10] threw load() exception I'm using API Manager 2.6.0 and deployed "api-import-export-2.6.0-v10.war" which is of same version .war file. Tried another system where the error was same. ERROR - StandardContext

TCPTransportSender cannot be found by axis2_1.6.1.wso2v15 in WSO2 DSS 3.5.0

☆樱花仙子☆ 提交于 2019-12-23 09:49:46
问题 I am upgrading WSO2 DSS 3.2.2 server to 3.5.0, but I am eventually getting this error: Caused by: java.lang.ClassNotFoundException: org.apache.axis2.transport.tcp.TCPTransportSender cannot be found by axis2_1.6.1.wso2v15 at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412) at org.eclipse.osgi

Problems on WSO2 with Oracle RDS Amazon integration

爱⌒轻易说出口 提交于 2019-12-23 06:49:10
问题 When I accessed this URL http://my.domain.com:9763/services/Test_DataService.SOAP12Endpoint, I received the message bellow: This XML file does not appear to have any style information associated with it. The document tree is shown below. <soapenv:Reason xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> <soapenv:Text xml:lang="en-US"> The endpoint reference (EPR) for the Operation not found is /services/User_DataService.SOAP12Endpoint and the WSA Action = null. If this EPR was

How we can write a data in to text file using wso2esb

帅比萌擦擦* 提交于 2019-12-23 03:20:56
问题 i am getting a data or string from front end i am setting the data or string in one property that property data i need to send in text file every time they will send the data i need keep the data in same file without override how can i do i have done using VFS transport i uncommented sender section of vfs in configuration file even though its not working fine below configuration <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="FileWrite" transports=

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

Using input parameter as an optional input

99封情书 提交于 2019-12-14 02:17:25
问题 Using wso2, DSS version 3.01, I am trying to have an input parameter that could be an optional parameter. A user can say, give me all the info for this specific code, or if a user does not specify any code, I want to give all the rows of data. Can you help? 回答1: Instead of creating a query for each optional parameter, you can also do the following: <query id="selectEmployees" useConfig="default"> <sql>select * from Employees where (:employeeNumber is null or employeeNumber = :employeeNumber)<

my sequence is too long,so please go through this

∥☆過路亽.° 提交于 2019-12-13 06:14:06
问题 Below is my sequence i am filtering based on clientid and modifiedon,it is giving proper data when i am running at soap side as well as query is fine. <?xml version="1.0" encoding="UTF-8"?> <sequence xmlns="http://ws.apache.org/ns/synapse" name="ParameterMobile_Seq"> <property xmlns:ns="http://org.apache.synapse/xsd" name="WorkPartyBranchId" expression="//WorkPartyBranchId/text()"/> <log level="full"> <property xmlns:ns="http://org.apache.synapse/xsd" name="kk" expression="get-property(