Bing Web 服务客户端 (Java)
我想要使用 bing web 服务并且我有我的 Bing appid。 我已经安装了eclipse helios(EE)、tomcat6、axis2、maven2等。 在我的 Eclipse 中,我转到“文件”->“新建”->“其他”->“Web 服务客户端”。然后我输入 WSDL 文件路径。验证没问题。 Eclipse 在我的项目中构建了一些类,但我无法使用 Bing Web 服务。 Bing 文档 (.Net) 使用 LiveSearchService class 但我没有这个类(实际上它是一个接口)。
I want use bing web services and I have my Bing appid.
I have installed eclipse helios (EE), tomcat6, axis2, maven2, and so on.
In my eclipse I go to File->New->Other->Web service client. Then I enter WSDL file path. Verification is ok. Eclipse build some classes in my project but I can't use Bing web services. Bing documentation (.Net) uses LiveSearchService
class but I don't have this class (really it's an interface).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有明确说明问题出在哪里......
一般来说,使用 ws 很容易,并且有很多关于此的教程:
这有帮助吗?
如果没有,请说得更明确。
You didn't say explicitly where the problem was...
In general consuming a ws is easy and there are many tutorials on this:
Was this helpful?
If not, please be more explicit.