ServiceConstructionException when creating a CXF web service client

前端 未结 2 1297
不知归路
不知归路 2021-01-05 01:02

I created a web service client and I am receiving the following error when the web service is being created. I was wondering if I am missing something on this error:

相关标签:
2条回答
  • 2021-01-05 01:05

    It looks like you don't have the soap binding on the classpath. If using maven, do you have the cxf-rt-bindings-soap artifact as a dependency?

    0 讨论(0)
  • 2021-01-05 01:26

    cxf.xml was missing, that was the problem.

    0 讨论(0)
提交回复
热议问题