Could not find conduit initiator for address:xxxxxxxxx and transport: http://schemas.xmlsoap.org/soa
Posted Mr、Guo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not find conduit initiator for address:xxxxxxxxx and transport: http://schemas.xmlsoap.org/soa相关的知识,希望对你有一定的参考价值。
<properties> <cxf.version>3.1.12</cxf.version> </properties> <dependencies> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>${cxf.version}</version> </dependency> <!-- Jetty is needed if you‘re are not using the CXFServlet --> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>${cxf.version}</version> </dependency> </dependencies>
把版本提升,并加入黄色代码部分。
<
properties
>
<
cxf.version
>2.2.3</
cxf.version
>
</
properties
>
<
dependencies
>
<
dependency
>
<
groupId
>org.apache.cxf</
groupId
>
<
artifactId
>cxf-rt-frontend-jaxws</
artifactId
>
<
version
>${cxf.version}</
version
>
</
dependency
>
<
dependency
>
<
groupId
>org.apache.cxf</
groupId
>
<
artifactId
>cxf-rt-transports-http</
artifactId
>
<
version
>${cxf.version}</
version
>
</
dependency
>
<!-- Jetty is needed if you‘re are not using the CXFServlet -->
<
dependency
>
<
groupId
>org.apache.cxf</
groupId
>
<
artifactId
>cxf-rt-transports-http-jetty</
artifactId
>
<
version
>${cxf.version}</
version
>
</
dependency
>
</
dependencies
>
以上是关于Could not find conduit initiator for address:xxxxxxxxx and transport: http://schemas.xmlsoap.org/soa的主要内容,如果未能解决你的问题,请参考以下文章
Could not find a getter for orderItems in class
vscode 报错: could not find runtime 'node' in path
Error: could not find function ... in R
错误:Could not find a getter for CreatTime in class
有关JSF-JPA集成报 Could not find a setter for property message in class ..问题