ミュールでJAX-WSサービスを作成しようとしています。 ここからサンプルを実行します
構成でエラーが発生します: Element: JAX-WS Service is not allowed to be child of element HTTP i install mule 3.3.1 but Mule Studio CE uses 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>