webservice和mule集成后,webservice无法接受请求
@丽天 你好,想跟你请教个问题:
我跑着两个应用,一个是webservice的,另一个是mule的,通过以下配置来做集成:
<flow name="TestInterface">
<http:inbound-endpoint address="http://192.168.18.94:8080/b6/services/B6KDEventService" exchange-pattern="request-response" doc:name="Test interface"/>
<cxf:jaxws-service serviceClass="com.union.b6.B6KDEventService" />
<file:outbound-endpoint responseTimeout="10000" doc:name="File" outputPattern="#[function:datestamp:dd-MM-yy]_#[function:systime].xml" path="E:eclipse_wsbookstoreOutXML"/>
</flow>
现在的问题是,每次请求发送后,我的webservice后台没有任何收到请求的输出,但是mule应用的页面上能够看到我发送的内容,也能生成到xml文件中,求解!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论