spring-guides / gs-consuming-web-service

Consuming a SOAP web service :: Learn how to create a client that consumes a WSDL-based service
http://spring.io/guides/gs/consuming-web-service
Apache License 2.0
136 stars 164 forks source link

Old parameter name in the CommandLineRunner #61

Closed krios2146 closed 11 months ago

krios2146 commented 1 year ago

In the previous version of the guide, there was a QuoteClient, and the name of the parameter hasn't been changed.

Using quoteClient for a CountryClient may be confusing.

https://github.com/spring-guides/gs-consuming-web-service/blob/72c321cce6672c8956a43cf90136f720d0a3cb2b/complete/src/main/java/com/example/consumingwebservice/ConsumingWebServiceApplication.java#L18-L29

Buzzardo commented 1 year ago

This is a good first issue for someone who would like to get started with contributing to Spring. To do it, change quoteClient to countryClient.