How to call python script file from wso2 proxy services
问题 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"