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.
我知道有一些工具可以帮助我生成 Web 服务客户端。但是,这种方法对我不起作用,因为在我的情况下 WSDL 是动态的。那么,基于 WSDL,是否有 Java 库可以帮助我在运行时动态生成 SOAP 请求?
使用 xsd 的 spring ws,您可以即时创建 wsdl。棘手的部分是soapwebservice 的配置,但在这里您可以找到80% 的情况。
问候