Skip to content

WSDL is renedered without resolving dynamic attributes managed using a PropertyPlaceHolderConfigurer object [SWS-430] #575

@gregturn

Description

@gregturn

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions