**[Angel](https://jira.spring.io/secure/ViewProfile.jspa?name=pakin)** opened **[SWS-430](https://jira.spring.io/browse/SWS-430?redirect=false)** and commented If I define my WSDL publiching bean like this: <bean id="stdWebServiceDefinitionFile" class="org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition"> <property name="schemaCollection" ref="stdSchemaCollection"/> <property name="portTypeName" value="sendStateTerritoryData"/> <property name="locationUri" value="${public.app.url}/shipwreck/sendStateTerritoryDataService/"/> <property name="targetNamespace" value="http://environment.gov.au/shipwreck/std/definitions"/> </bean> it won't resolve the property ${public.app.url} when rendering the wsdl file and will render it wrongly, but the service works perfectly. --- **Affects:** 1.5.4 **Attachments:** - [stdWebServiceDefinitionFile.wsdl](https://jira.spring.io/secure/attachment/14677/stdWebServiceDefinitionFile.wsdl) (_60.31 kB_) **Issue Links:** - #574 Spring WS authentication doesn't work when using a PropertyPlaceHolderConfigurer object