You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Jarek Gawor <jg...@gmail.com> on 2007/04/16 18:07:36 UTC

Re: svn commit: r529292 - in /incubator/cxf/trunk: api/src/main/java/org/apache/cxf/endpoint/ api/src/main/java/org/apache/cxf/message/ rt/bindings/http/ rt/bindings/object/src/test/java/org/apache/cxf/binding/object/ rt/core/src/main/java/org/apache

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