spring-guides/gs-consuming-web-service

It's not working

Closed this issue · 2 comments

The web service url may not be correct and when I clone and run the java -jar target/xxx.jar it will git the timeout exception. can we double check the weather soap web service url is correct?

exception messages are similar like following:
2015-08-11 14:20:19.478 INFO 10332 --- [ main] hello.Application : Started Application in 0.899 seconds (JVM running for 1.424)

Requesting forecast for 94304
Exception in thread "main" org.springframework.ws.soap.client.SoapFaultClientException: Server was unable to process request. ---> Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

Issue of the remote WS service was buried in #6.

Follow #9 which tracks this more clearly.