|
@ -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"
|