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
135 stars 166 forks source link

Not able to fetch WSDL #20

Closed vikaskotnala closed 6 years ago

vikaskotnala commented 7 years ago

Following URL "http://www.webservicex.com/stockquote.asmx?WSDL" is giving Error:

"The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files'."

dsyer commented 7 years ago

Grrr. It is becoming harder and harder to find any public APIs that offer SOAP-based endpoints (everyone switched to JSON). This one is flakey, it seems, so maybe we'll have to write our own. Pull requests welcome, if anyone can find one that works reliably.

dsyer commented 6 years ago

Works for me now. Maybe a temporary glitch.