WSDL を MULE で公開し、これらのコードを使用したいと考えています。
<flow name="cxfProxy">
<http:inbound-endpoint
address="http://localhost:8080/fed-ach"
exchange-pattern="request-response">
**<cxf:proxy-service
wsdlLocation="http://wsf.cdyne.com/WeatherWS/Weather.asmx?wsdl"
namespace="http://wsf.cdyne.com/"
service="FedACH"
payload="body" />**
</http:inbound-endpoint>
<copy-properties propertyName="SOAPAction" />
<http:outbound-endpoint
address="http://wsf.cdyne.com/WeatherWS/Weather.asmx"
exchange-pattern="request-response">
**<cxf:proxy-client payload="body" />**
</http:outbound-endpoint>
しかし、太字の行にはこのエラーがあります
要素: Proxy-Service を要素 HTTP の子にすることはできません