作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在使用 URL 时遇到此错误
http://www.webservicex.net/geoipservice.asmx?WSDL
C:\Program Files (x86)\Java\jdk1.6.0_18\bin>wsimport **<URL>**
parsing WSDL...
[WARNING] Ignoring SOAP port "GeoIPServiceSoap12": it uses non-standard SOAP 1.2
binding.
You must specify the "-extension" option to use this binding.
line 197 of **<URL>**
[WARNING] ignoring port "GeoIPServiceHttpGet": no SOAP address specified. try ru
nning wsimport with -extension switch.
line 200 of **<URL>**
[WARNING] ignoring port "GeoIPServiceHttpPost": no SOAP address specified. try r
unning wsimport with -extension switch.
line 203 of **<URL>**
generating code...
**[ERROR] .\net\webservicex\GeoIP.java (The system cannot find the path specified)**
C:\Program Files (x86)\Java\jdk1.6.0_18\bin>
最佳答案
此错误表明编译器需要 GeoIP.java 才能继续 - 这应该(技术上)由您的 WSDL 提供。我有这个错误,这是因为我没有写入目录的权限(在这种情况下,您正在写入 C:\Program Files (x86)\Java\jdk1.6.0_18\bin
- 简单测试就是尝试在此目录中运行 mkdir TEST
),因此无法写入 GeoIP(例如)。
使用 -d
开关指定一个目录,或者将您的工作目录更改为您有权限的目录。
关于java - 从 Windows 使用 wsimport - url = http ://www. webservicex.net/geoipservice.asmx?WSDL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24583555/
我一直在研究 http://webservicex.net 提供的货币转换器 Web 服务作为学习如何从 iPhone 应用程序与 Web 服务交互的一种方式,我已经设法使货币转换器完美运行。 从那以
有一个java servlet,它包含两个带有货币缩写的字符串变量。有外部 JAX-WS 服务 http://www.webservicex.net/ws/WSDetails.aspx?CATID=2
我在使用 URL 时遇到此错误 http://www.webservicex.net/geoipservice.asmx?WSDL C:\Program Files (x86)\Java\jdk1.6
我是一名优秀的程序员,十分优秀!