Author: ropalka
Date: 2012-05-23 06:32:21 -0400 (Wed, 23 May 2012)
New Revision: 16303
Modified:
stack/cxf/branches/ropalka/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpproxy/HelloWorldService.wsdl
Log:
fixing client WSDL
Modified:
stack/cxf/branches/ropalka/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpproxy/HelloWorldService.wsdl
===================================================================
---
stack/cxf/branches/ropalka/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpproxy/HelloWorldService.wsdl 2012-05-22
17:06:13 UTC (rev 16302)
+++
stack/cxf/branches/ropalka/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpproxy/HelloWorldService.wsdl 2012-05-23
10:32:21 UTC (rev 16303)
@@ -45,7 +45,7 @@
</wsdl:binding>
<wsdl:service name="HelloWorldService">
<wsdl:port binding="tns:HelloWorldServiceSoapBinding"
name="HelloWorldImplPort">
- <soap:address location="INVALID"/>
+ <soap:address
location="http://unreachable-testHttpProxyUsingHTTPClientPolicy/jaxws-cxf-httpproxy/HelloWorldService/HelloWorldImpl"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
\ No newline at end of file
Show replies by date