问题描述:标签格式错误
解决方法:
改为:
<
jaxws:endpoint
id= "cxfService" implementor ="#inter" address= "/CxfService" >
<
jaxws:inInterceptors
>
<
ref
bean
=
"ipInIntercept" />
</
jaxws:inInterceptors
>
</
jaxws:endpoint
>
问题解决了。