[ERROR] Could not retrieve the last modification timestamp for the URI [https://somehost/some/service?wsdl] from the HTTP URL connection. The [Last-Modified] header was probably not set correctly.
See original GitHub issueI have a WebService/WSDL provided by some 3rd party company. However they do not return the Last-Modified
header. Therefore my attempt to generate java code fails. Is there any reason to do such strict validation? Technically it makes this plugin useless in my case. I had a flick through code and plugin’s config params and cannot find any way to disable validation.
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Trouble connecting to SOAP service via Java and IntelliJ
[ERROR] Could not retrieve the last modification timestamp for the URI [myWsdl] from the HTTP URL connection. The [Last-Modified] header was ...
Read more >Last-Modified - HTTP - MDN Web Docs - Mozilla
Last-Modified. The Last-Modified response HTTP header contains a date and time when the origin server believes the resource was last modified.
Read more >Last Modified date of a remote JSP file - URGENT — oracle-tech
Hi All, I am getting the last Modified Date for all types (.html, ... Is it the case that JSP file is not...
Read more >HttpURLConnection | J2ObjC - Google Developers
The primary property of a request is its URI. Request headers may also include metadata such as credentials, preferred content types, and session...
Read more >java.net.URLConnection.getLastModified java code examples
Retrieve the last modified date/time of a URL. ... getLastModified(); } finally { //An InputStream is created even if it's not accessed, but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Marina879 I solved the problem using the 0.11.0 version of the plugin :
@jcatino That solved the problem for me too. On 0.14.0 version, I found it was success but show error log .