没有主要清单属性,在 ---jar 中
我目前是一名 Java 开发人员,但我仍在学习东西。 我在公司收到一项任务,要测试我公司使用的第三方软件的 API, 这从未被做过,我们对此也没有任何经验。
这些人向我发送了一个文件夹,其中包含一些 WSDL 文件、XSD 文件和一些 Jar 文件(向我发送这些文件的人不是来自 IT,无法帮助我了解其工作原理):
我不习惯这种 API (WSDL),而且我不知道应该如何测试它。 当我尝试执行 jar 文件时,出现以下错误(在所有这些文件中):
“ws-assessment-interface-types-IQ10.jar 中没有主清单属性”
我尝试使用 Eclipse 创建动态 Web 项目使用 Web 服务客户端导入 WSDL + XSD 文件,我所能得到的只是类 + 输入的列表,但我无法调用它们。
有人可以给我一些关于这种 API 的提示吗?它应该如何工作,我应该在代码中用作导入的 jar 文件?任何线索都会非常有帮助。
I'm currently working as a java developer but I'm still learning things.
I've received a task at my company to test an API from a third-part software that my company uses,
that was never done and we don't have any experience about it.
The guys sent me a folder with some WSDL files, XSD files and some Jar Files(The guys that sent-me the files are not from IT and could not help-me about how it works):
I'm not used to this kind of API (WSDL), and I have no clue of how I'm supposed to test it.
When I try to execute the jar files I get the following error (in all of them):
"no main manifest attribute, in ws-assessment-interface-types-IQ10.jar"
I tried to use Eclipse, create a Dynamic Web Project with a Web Service Client importing the WSDL + XSD files and all I can get is a list of the classes + inputs but I can't invoke them.
Can someone give-me a tip about this kind of API, how it supposed to work, the jar files I should use as imports in my code? Any clue would be really helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论