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.
我想要一个创建 WebServices 客户端的解决方案,它需要使用已经存在的服务。我有来自 Netbeans ide 的代码,但我的要求是 wsdl url 必须是动态的,更具体的它需要从 .xml 中获取,请建议我这样做动态..cheers
如果您正在构建一个 Java EE 应用程序,您可以在 Netbeans 中创建一个 Web 服务客户端。否则,您需要自己编写代码或使用外部工具或库。