一个关于MULE和XFIRE的问题,请大侠进来帮忙

szlym1985 2009-09-22 03:55:28
我已经用XFIRE发布了一个WEBSERVICES的服务,配置文件如下:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://xfire.codehaus.org/config/1.0">
<service>
<name>BookService</name>
<namespace>
http://localhost:9090/9090/services/BookService
</namespace>
<serviceClass>
cn.com.broadtext.IBookService
</serviceClass>
<implementationClass>
cn.com.broadtext.BookService
</implementationClass>
</service>
</beans>

于是我又构建了一个MULE工程,来访问这个WEBSERVICES服务
mule-services-config.xml如下
<model name="helloSample">
<service name="GreeterUMO">
<inbound>
<inbound-endpoint address="http://localhost:8080" transformer-refs="HttpRequestToNameString" synchronous="true">
</inbound-endpoint>
</inbound>
<outbound>
<chaining-router>
<outbound-endpoint address="wsdl-xfire:http://localhost:9090/webservice/services/BookService?method=findBookByISBN"/>
</chaining-router>
</outbound>

</service>
</model>
但是这样一配,我部署到TOMCAT里面,启动的时候就报错了,我用的是MULE2.2.1版本,网上关于2.X版本的例子好少
...全文
39 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
szlym1985 2009-09-22
  • 打赏
  • 举报
回复
szlym1985 2009-09-22
  • 打赏
  • 举报
回复
自己顶
szlym1985 2009-09-22
  • 打赏
  • 举报
回复
大侠进,我自己顶

67,513

社区成员

发帖
与我相关
我的任务
社区描述
J2EE只是Java企业应用。我们需要一个跨J2SE/WEB/EJB的微容器,保护我们的业务核心组件(中间件),以延续它的生命力,而不是依赖J2SE/J2EE版本。
社区管理员
  • Java EE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧