Wso2 ESB GET PROXY NAME
问题 I would like to know how can I get the name of the proxy in use in a sequence: <proxy xmlns="http://ws.apache.org/ns/synapse" name="PROXYNAME" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence> <property> *GET-NAME OF THIS PROXY...* </property> </inSequence> </target> <publishWSDL uri="http://localhost/Test2/Service.asmx?wsdl" /> </proxy> EDIT In order to get the Name of the proxy (which should be contained in the header 'To' I am trying