浏览代码

测试环境配置

chenyongxing 8 年之前
父节点
当前提交
1ee51064b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hos-camel2/src/main/java/camel/api7/route/CxfConsumerTest.java

+ 1 - 1
hos-camel2/src/main/java/camel/api7/route/CxfConsumerTest.java

@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
@Component
@Component
public class CxfConsumerTest extends RouteBuilder {
public class CxfConsumerTest extends RouteBuilder {
    protected static final String SIMPLE_ENDPOINT_ADDRESS = "http://192.168.131.101:4444/soap/ws";
    protected static final String SIMPLE_ENDPOINT_ADDRESS = "http://127.0.0.1:4445/soap/ws";
    protected static final String SIMPLE_ENDPOINT_URI = "cxf:" + SIMPLE_ENDPOINT_ADDRESS
    protected static final String SIMPLE_ENDPOINT_URI = "cxf:" + SIMPLE_ENDPOINT_ADDRESS
            + "?serviceClass=camel.api7.processor.TestWService"
            + "?serviceClass=camel.api7.processor.TestWService"
//            + "&dataFormat=CXF_MESSAGE"
//            + "&dataFormat=CXF_MESSAGE"