Let's pretend all I have is emacs. I want to implement a web service that uses WS-Security with JAX-WS. Does anyone know of a good example of implementing a client that does not rely on tools like Netbeans?
Thanks
Let's pretend all I have is emacs. I want to implement a web service that uses WS-Security with JAX-WS. Does anyone know of a good example of implementing a client that does not rely on tools like Netbeans?
Thanks
Metro 堆栈(这是 jaxws 的参考实现)有一个非常详细的指南,几乎所有示例都有“使用 netbeans”和“没有 netbeans”版本(例如,我认为第 13/14 节是您正在寻找的) . 我知道这一点,因为我自己用 emacs 做了很多这样的事情。(注意,metro 堆栈有一些基本 JDK 中没有的增强功能,因此您可能需要专门使用它来使这些东西正常工作)。