Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从浏览器调用 Java 中的 Web 服务操作或方法?
Web 服务和浏览器中的浏览页面是访问 Web 应用程序的不同策略。如果您只是想通过从浏览器发送 URL 来运行方法,请查看Servlets。不需要任何网络服务。使用 Axis 2,您可以访问来自不同程序甚至其他语言的方法。
无需太多麻烦即可调用 Web 服务的最简单方法是使用SoapUI。
您只需创建一个新项目,导入它必须使用的 wsdl,SoapUI 将创建一个测试信封。