简体   繁体   中英

Use jax ws client native library instead of jboss cxf library

I have a Client Web Service that invoke a SOAP service. 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. Is there a method to exclude them?

I'm sorry for my bad english.

Thanks in advance.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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