In the below sample code, do I have a way to use the value of the parameter
"endpointRef" as the key of the endpoint.

$endpointRef or $func:endpointRef doesn't get resolved to the parameter
value.


<template xmlns="http://ws.apache.org/ns/synapse"; name="Template_A">

    <parameter name="endpointRef" description="End point reference for the
back end call."/>

    <sequence>

        <call>
            <endpoint key="$endpointRef"/>
        </call>

     </sequence>
</template>


Thanks
Rushmin



-- 
*Rushmin Fernando*
*Technical Lead*

WSO2 Inc. <http://wso2.com/> - Lean . Enterprise . Middleware

email : [email protected]
mobile : +94772310855
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to