【发布时间】:2013-11-23 06:52:06
【问题描述】:
我是 Mule ESB 的新手,今天我对模式配置有了一些经验。而且我仍然不知道模式:web-service-proxy 和模式:http-proxy 之间有什么区别。因为,我只看到这两种模式都可以将入站地址重定向到出站地址。还有一个问题,这个配置可以运行良好,我可以跳转到soap web服务
<pattern:http-proxy name="http-proxy-sample-2">
<http:inbound-endpoint address="http://localhost:9001/pattern/httpproxy2" />
<http:outbound-endpoint address="http://localhost:9000/services/soap" />
</pattern:http-proxy>
但是,我无法运行:
<pattern:http-proxy name="http-proxy-sample-2">
<http:inbound-endpoint address="http://localhost:9001/pattern/httpproxy2" />
<http:outbound-endpoint address="http://google.com" />
</pattern:http-proxy>
可能是我理解错了,请高人指教。
【问题讨论】:
标签: proxy mule http-proxy