wso2ei

How to call python script file from wso2 proxy services

别来无恙 提交于 2019-12-08 05:03:01
问题 How to call python script file from wso2 proxy service. We tried with send mediator to call the python script file which is located in my local machine. <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="FilepythonTest" transports="http https" startOnLoad="true"> <description/> <target > <inSequence> <send> <endpoint> <address uri="local:///Users/vikashsaharan/Desktop/python/testpy.py"/> </endpoint> </send> </inSequence> <outSequence> <log level="full"

How to call python script file from wso2 proxy services

自闭症网瘾萝莉.ら 提交于 2019-12-06 15:52:10
How to call python script file from wso2 proxy service. We tried with send mediator to call the python script file which is located in my local machine. <?xml version="1.0" encoding="UTF-8"?> <proxy xmlns="http://ws.apache.org/ns/synapse" name="FilepythonTest" transports="http https" startOnLoad="true"> <description/> <target > <inSequence> <send> <endpoint> <address uri="local:///Users/vikashsaharan/Desktop/python/testpy.py"/> </endpoint> </send> </inSequence> <outSequence> <log level="full"/> </outSequence> </target> </proxy> We are unable to call with this call. Please guide me how can i

wso2 ei server, error 403 forbidden, Does not access the core, error:required token is missing from the request

社会主义新天地 提交于 2019-11-28 08:22:29
问题 I am installing WSO2 EI 6.1.1 integrator --run : https://localhost:9445/carbon/admin/login.jsp -> OK wso2serber.bat : EI-Business-Process Server https://localhost:9445/carbon/admin/login_action.jsp Error 403 - Forbidden [EI-Business-Process] WARN {org.owasp.csrfguard.log.JavaLogger} - potential cross-site request forgery (CSRF) attack thwarted (user:<anonymous>, ip:192.168.1.11, method:POST, uri:/carbon/admin/login_action.jsp, error:required token is missing from the request) and wso2serber