wso2

WSO2 ESB : Aggregate node droppping message after aggregation

╄→尐↘猪︶ㄣ 提交于 2019-12-12 03:14:28
问题 I am implementing the Fan out -- Fan in splitter EIP inside a proxy , whereby : |-----> shoe store-(1-M)------------- productSearchRq -- |-->Rs |-----> ack clothes store-(0-1)------ Shoe store = Data service and Clothes store = Axis 2 service . So in short I implement the pattern above ; I clone the request , send it , get responses , format them using payloadFactory: <productDetails> <productID>$1</productID> <productName>$2</productName> <productSize>$3</productSize> <productColour>$4<

wso2: Can't login to correct publisher tenant

霸气de小男生 提交于 2019-12-12 03:13:29
问题 Environment : wso2 API-M + wso2 Identity server (Key manager) and they shared the same user store. 2 service providers(publisher and store) and 2 identity providers(Google and Facebook) in the carbon.super tenant. SSO service enabled and issuer IDs follow above. Enable OAuth2.0 users(Google and Facebook) to login. 3 tenants (carbon.super , TA and TB) in the environment. What I tried: Social accounts can login to publisher and store and they will be directed to carbon.super publisher. TA users

Android WSO2 EMM jks keystore Error prevents service from running

╄→尐↘猪︶ㄣ 提交于 2019-12-12 02:58:47
问题 I was trying to create the jks file as said in your documentation keytool -importkeystore -srckeystore KEYSTORE.p12 -srcstoretype PKCS12 -destkeystore wso2carbon.jks keytool -importkeystore -srckeystore KEYSTORE.p12 -srcstoretype PKCS12 -destkeystore client-truststore.jks it tells me wso2carbon.jks and client-truststore.jks exist and I should replace. If I replace it, I get this error when I try to run ./wso2server.sh ERROR {org.wso2.carbon.apimgt.keymgt.internal.APIKeyMgtServiceComponent} -

Can we append the data in single text file using WSO2ESB?

泪湿孤枕 提交于 2019-12-12 02:58:37
问题 I am getting error message from mobile app or somewhere any of front end. I need keep that message in one single text file. That file could be stored in my local system. How can I do this using WSO2ESB? <proxy xmlns="http://ws.apache.org/ns/synapse" name="AppendFile" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence onError="fault"> <property name="error_TYPE" expression="//error/text()" scope="axis2" type="STRING"/> <property name="HTTP

authorize user in wso2 api manager

爱⌒轻易说出口 提交于 2019-12-12 02:56:27
问题 Currently i am using wso2 api manager 1.9 store , we have a login page before accessing anything in store . it is working fine for now . Now , there's a requirement that we have a web application on some other domain having the webservice as well to authorize the users , in wso2 api manager store when we login using admin/admin ,, instead of calling its login.jag(for the authorization in wso2 store) , it must be calling that webservice for the authorization and we can use the same credentials

WSO2 human task goes to COMPLETED state but calling BPEL process remains in ACTIVE state

馋奶兔 提交于 2019-12-12 02:53:37
问题 I have created WSO2 human task as per the guidelines mentioned in link (http://docs.wso2.org/display/BPS300/Writing+a+Human+Task+Artifact). I am calling human task from Asynchronous BPEL process, once human task get completed it proceeds further with other BPEL Activities and callback client. I am facing an issue i.e. Human task goes to COMPLETED task state but my BPEL Process which is calling that human task is not proceeding further from REMOTE TASK Activity to next BPEL activity and it

WSO2 Android Platform config returns An unexpected error occurred when trying to save

人盡茶涼 提交于 2019-12-12 02:42:46
问题 So i have been closely following the wso2 emm doco and can successfully login to the management and emm consoles. I've enabled GCM api however when i choose GCM, add the API key and sender id, paste in the EULA and click save i always get "An unexpected error occurred" and config is not saved, tailing the http logs i see: POST /mdm-android-agent/configuration HTTP/1.1" 302 - "-" "Jakarta Commons-HttpClient/3.1 following by POST /emm/api/invoker/execute/ HTTP/1.1 200 65 Where does this config

WSo2 Esb filtering messages to an output file

丶灬走出姿态 提交于 2019-12-12 02:39:58
问题 I am working with a filter mediator attempting to send messages to an output xml file. I have my sequence using a filter mediator based on a attribute value, if it is true I want to write the message to a new xml file in a certain directory. If it is false I will drop the record. Here is my sequence: <sequence xmlns="http://ws.apache.org/ns/synapse" name="RenaissanceIqtFilterSequence"> <log level="custom"> <property name="sequence" value="FilterSequence"></property> </log> <filter xmlns:rs=

WSO2 ESB - how to unwrap the SOAP envelope of REST messagess

笑着哭i 提交于 2019-12-12 02:39:20
问题 I noticed that REST messages are wrapped in a SOAP envelope by the ESB. Is there a way to keep the message as POX even inside the ESB, without being wrapped by a SOAP envelope? I tried setting format="rest" by using an http endpoint. But it didn't work. 回答1: Within the ESB, message get converted to a soap message regardless of incoming/out going message format. That is happening to provide a consistent message format to all the mediators to work with. What you can do is, remove the soap

.how to find service URl in wso2 data service

大城市里の小女人 提交于 2019-12-12 02:37:12
问题 I created a data service using below url Data Service anyway i need to know how to find my service url ? 回答1: When you successfully create a Data Service, it will be listed under services. Look at the final step in the same doc you have referred. Access the WSDLs and see whether your operations are defined properly. You should be able to see the service endpoint url in the WSDL. You can just invoke the web service from your own client. You can also try soapUI as a testing tool. 回答2: Go to the