Eclipse调用Web service的困扰(二)

找到一个WSDL2Java Eclipse Plug-in,但结果还是一样,不知是否因为我用disco.exe生成wsdl文件的缘故。


A plug-in to generate client-side bindings to a Web service using the Apache AXIS WSDL2Java tool. This plug-in has been
updated to use the latest version of the Apache AXIS jar files. Previous versions are no longer supported.

THIS PLUG-IN REQUIRES ECLIPSE 2.X AND IS NOT SUPPORTED.


Download (2MB)


INSTALLATION:
Unzip to the same directory you installed eclipse (e.g. If eclipse is in C:\eclipse, then unzip to C:\). Make sure you have the latest Apache AXIS 1.1 jar files in your build path when executing the plug-in! If you are not interested in the entire AXIS download, you can find the jar files in the eclipse\plugins\com.myspotter.wsdl2java_1.1.0 directory.

Just import a WSDL file into your Project then right-click on it and you will see a popup menu like the one below:
 

原文地址:https://www.cnblogs.com/jeet/p/107480.html