我正在尝试用mule创建一个JAX-WS服务我从here
做一个样本我在配置中遇到错误:元素:不允许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>