Angel opened SWS-430 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:
Issue Links: