Invalid wsdl generated by spring-ws when the request element doesn't end with 'Request'
问题 I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source code for the test project downloadable here. For xsd like this: <xs:element name="getCountryRequest"> <xs:complexType> <xs:sequence> <xs:element name="name" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> Wsdl operation for request returned by application is OK, looks like this: <wsdl:binding name="CountriesPortSoap11" type="tns:CountriesPort"> <soap