我正在尝试在 mule 中创建 JAX-WS 服务我从 这里做一个示例
我在配置中遇到错误:元素:JAX-WS 服务不允许成为元素 HTTP 的子元素我安装 mule 3.3.1 但 Mule Studio CE 使用 mule 3.3.0
<http:inbound-endpoint address="http://localhost:63081/hello" exchange-pattern="request-response">
<cxf:jaxws-service serviceClass="org.example.HelloWorld"/>
</http:inbound-endpoint>