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

Doesn't print the expected result #10

Closed draconk closed 7 years ago

draconk commented 9 years ago

The method printResponse on the class WeatherClient is never called and so it never prints nothing, looking on older versions I found that the call was erased from the Main and putting it on the CommandLineRunner after the response is created works

dsyer commented 7 years ago

This issue is now redundant (see #9).