Hi JB,
My xbean is like the following

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:http="http://servicemix.apache.org/http/1.0";
           xmlns:person="http://servicemix.apache.org/samples/wsdl-first";
           xmlns:ts="http://ts";
           xmlns:sws="https://webservices.sabre.com/websvc";
    xmlns:b="http://abacus.com/amh";>
    <!--<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
       <property name="locations">
          <value>classpath:global.properties</value>
       </property>
    </bean>-->
    <bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
           <http:consumer service="b:httpConsumerGateway"
                 endpoint="endpoint"
                 locationURI="${location.value}"
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 targetService="b:messagingService"
                 marshaler="#marshaler" />
                 
                   
   <bean id="marshaler"
class="com.abacus.amh.http.marshallar.HTTPMarshaler"/>
</beans>


Thanks,
BJ
-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/SMX3-env-variable-tp421193p3227988.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to