SWS-686 - Added use="required" to the locationUri attribute

This commit is contained in:
Tareq Abedrabbo
2011-01-30 21:57:23 +00:00
parent e9e9514dc2
commit 9eb63f0e6e
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="locationUri" type="xsd:anyURI">
<xsd:attribute name="locationUri" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
Sets the value used for the SOAP Address location attribute value.

View File

@@ -7,7 +7,7 @@
<sws:static-wsdl location="classpath:org/springframework/ws/client/support/destination/simple.wsdl"/>
<sws:dynamic-wsdl id="single" portTypeName="Order">
<sws:dynamic-wsdl id="single" portTypeName="Order" locationUri="http://test">
<sws:xsd location="classpath:/org/springframework/ws/wsdl/wsdl11/single.xsd"/>
</sws:dynamic-wsdl>