Please do not change the soap:address location in this case. Yes, the
location is not a valid URL but it was testing an important case to
see if the overwrite of the endpoint address on the proxy was working
properly. See https://issues.apache.org/jira/browse/CXF-414
Jarek
==============================================================================
--- incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world.wsdl
(original)
+++ incubator/cxf/trunk/testutils/src/main/resources/wsdl/hello_world.wsdl Mon
Apr 16 08:42:53 2007
@@ -392,7 +392,7 @@
</wsdl:service>
<wsdl:service name="SOAPServiceBogusAddressTest">
<wsdl:port name="SoapPort" binding="tns:Greeter_SOAPBinding">
- <soap:address location="FOO"/>
+ <soap:address location="http://nowhere.nada.nil:45678/null/never"/>
</wsdl:port>
</wsdl:service>
<wsdl:service name="SOAPServiceMultiPortTypeTest">