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 generate hello package with maven #30

Closed yhjhoo closed 6 years ago

yhjhoo commented 6 years ago

$ mvn clean compile

Just hang there and nothing was generated.

[INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building gs-consuming-web-service 0.1.0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-jaxb2-plugin:0.12.3:generate (default) @ gs-consuming-web-service --- [INFO] Up-to-date check for source resources [[http://www.webservicex.com/stockquote.asmx?WSDL, file:/Users/huajieyang/github/gs-consuming-web-service/initial/pom.xml]] and taret resources [[]]. [WARNING] The URI [http://www.webservicex.com/stockquote.asmx?WSDL] seems to represent an absolute HTTP or HTTPS URL. Getting the last modification timestamp is only possible if the URL is accessible and if the server returns the [Last-Modified] header correctly. This method is not reliable and is likely to fail. In this case the last modification timestamp will be assumed to be unknown.

alexanderfournier commented 6 years ago

@yhjhoo you ever get this?

gregturn commented 6 years ago

Duplicates #27

houssam-eldeen commented 6 years ago

what's the right URL please? or could you send the right WSDL file?

thanks