0 Replies Latest reply on Apr 13, 2012 8:23 AM by mpriess

    Action Placeholder

    mpriess

      Hi,

       

      I like to use the SOAPClient to communicate with an external service. Is there a way to set a placeholder for the wsdl value? Which load the configuration from a property file. I like to avoid redeployments. 

       

       <action name="soapui-client-action" class="org.jboss.soa.esb.actions.soap.SOAPClient">
               <property name="wsdl" value="http://localhost:18080/acme/services/OrderManagement?wsdl"></property>
               <property name="SOAPAction" value="http://www.acme.com/OrderManagement/SendSalesOrderNotification"></property>
           </action>
      

       

      Cheers,

       

      Michael