0 0

servicemix 发布webservice 用的是那个端口啊?5

真郁闷,servicemix研究了几天了 webservice也没发布成功。

 

我是照着http://blog.csdn.net/xue1225go/article/details/4922018这个帖子弄的。

 

最后要访问 servicemix 的地址http://localhost:8193/HelloWorld/?wsdl

让问的时候完全没反应,有人说是8192,还是没反应。

 

一头雾水  servicemix 上到底是哪个端口啊?

 

还有一个问题,我mvn install最后得到的sa 是 zip格式文件啊。怎么不是各个帖子上说的jar?

2012年6月17日 16:35

2个答案 按时间排序 按投票排序

0 0

    <!-- 提供查询issue和raffle的webservice服务 -->
    <camel-cxf:cxfEndpoint id="QueryIssueWS"
                           address="http://0.0.0.0:8308/queryIssue"
                           serviceClass="com.bosame.Lottery.FCInfoService.export.IQueryIssue">
        <camel-cxf:properties>
            <entry key="dataFormat" value="POJO"/>
        </camel-cxf:properties>
    </camel-cxf:cxfEndpoint>


<camelContext  xmlns="http://camel.apache.org/schema/blueprint">
        <route>
            <from uri="QueryIssueWS" />
            <log message="Request:${header:operationName}"/>
        </route>
</camelContext>

2012年9月27日 11:08
0 0

留个邮箱地址,一起讨论下。我的貌似发布成功了的

2012年9月27日 11:05

相关推荐

Global site tag (gtag.js) - Google Analytics