.Net访问Java WebService 链接报 405method not allowed

.Net调用Java的WebService 链接报 the remote server returned an error(405 )method not allowed

Java的WebService给的是个WSDL的链接,我用浏览器一直能访问。但是用代码访问时,偶尔能访问,偶尔访问不通,访问不通时,报“405 method not allowed”。
我用的 System.Net.WebClient.DownloadData 来访问的链接。

堆栈信息如图:(汉字是我自己加的日志)
图片说明

请问各位大侠,这个错误该怎么整啊,完全没辙了。

试试看是不是只支持get不支持post