简体   繁体   English

使用jax ws客户端本机库而不是jboss cxf库

[英]Use jax ws client native library instead of jboss cxf library

I have a Client Web Service that invoke a SOAP service. 我有一个调用SOAP服务的客户端Web服务。 It works fine when I run it as Java Application, but when it is deployed I receive some exceptions caused by cxf library that jboss (v7.1.1) has imported by default. 当我将其作为Java应用程序运行时,它可以正常工作,但是在部署它时,我会收到一些默认情况下由jboss(v7.1.1)导入的cxf库引起的异常。 Is there a method to exclude them? 是否有排除它们的方法?

I'm sorry for my bad english. 对不起,我的英语不好。

Thanks in advance. 提前致谢。

您可以在JBoss standalone-*。xml中排除Web服务子系统。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM