SWS-686 - Added use="required" to the locationUri attribute
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user