Hi,
one question concerning cxfbc:
In my development env the URL of the Service is always
<service name="CRMService">
<port binding="tns:crmServiceBinding" name="crmService">
<soap:address location="http://localhost:8092/CRMService/"/>
</port>
</service>
Now, if I deploy the service to the test machine, it should be
<soap:address location="http://machine-test:8092/CRMService/"/>
and on production it should be
<soap:address location="http://production:8092/CRMService/"/>
How can I change the URL of the service during build time?
Thanks!
--
View this message in context:
http://www.nabble.com/soap%3Aaddress-changing-tp15731922s12049p15731922.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.