0

ミュールで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>
4

1 に答える 1

3

このJiraで説明されているように、Studio ではネストされた要素に問題がありました。

ただし、これはまもなくリリースされるMule 3.4で修正されています。

于 2013-03-05T11:27:04.147 に答える