Browse Source

测试环境配置

chenyongxing 8 years ago
parent
commit
1ee51064b5
1 changed files with 1 additions and 1 deletions
  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
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
            + "?serviceClass=camel.api7.processor.TestWService"
//            + "&dataFormat=CXF_MESSAGE"