You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2007/06/14 06:07:21 UTC

svn commit: r547108 - /incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/wsdl/hello_world_rm.wsdl

Author: ffang
Date: Wed Jun 13 21:07:20 2007
New Revision: 547108

URL: http://svn.apache.org/viewvc?view=rev&rev=547108
Log:
[CXF-729] correct namespace for ws_rm sample

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/wsdl/hello_world_rm.wsdl

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/wsdl/hello_world_rm.wsdl
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/wsdl/hello_world_rm.wsdl?view=diff&rev=547108&r1=547107&r2=547108
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/wsdl/hello_world_rm.wsdl (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/ws_rm/wsdl/hello_world_rm.wsdl Wed Jun 13 21:07:20 2007
@@ -128,7 +128,7 @@
     <wsdl:service name="GreeterService">
         <wsdl:port binding="tns:Greeter_SOAPBinding" name="GreeterPort">
             <soap:address location="http://localhost:9000/SoapContext/GreeterPort"/>
-            <wswa:UsingAddressing xmlns:wswa="http://www.w3.org/2005/02/addressing/wsdl"/>
+            <wswa:UsingAddressing xmlns:wswa="http://www.w3.org/2005/08/addressing/wsdl"/>
         </wsdl:port>
     </wsdl:service>
 </wsdl:definitions>