我有一个描述Web服务的类。我需要一个配置文件,以便我可以开出url。我怎么能这样做?
@WebService(targetNamespace = "#{urlProperties.app}")
@SOAPBinding(style=SOAPBinding.Style.RPC, use=SOAPBinding.Use.LITERAL)
public class ApplicationService {...
client.prorerties文件
app=http://example.com:8080/application/acclicationService
applicationContext.xml
<util:properties id="urlProperties" location="classpath:/client.properties" />
此配置不会更改路径,而是#{urlProperties.app}