Author: ffang
Date: Thu Jun 14 20:50:05 2007
New Revision: 547513
URL: http://svn.apache.org/viewvc?view=rev&rev=547513
Log:
Changed usage of fictious http://www.w3.org/2005/08/addressing/wsdl namespace
to the 2005/02 version that actually existed as a WS-A standard for ws-rm and
ws-policy samples
Modified:
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/wsdl/hello_world_addr_policy.wsdl
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_policy/wsdl/hello_world_addr_policy.wsdl
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/wsdl/hello_world_addr_policy.wsdl?view=diff&rev=547513&r1=547512&r2=547513
==============================================================================
---
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/wsdl/hello_world_addr_policy.wsdl
(original)
+++
incubator/cxf/trunk/distribution/src/main/release/samples/ws_policy/wsdl/hello_world_addr_policy.wsdl
Thu Jun 14 20:50:05 2007
@@ -172,7 +172,7 @@
<wsp:Policy/>
</wsam:Addressing>
</wsp:Policy>
- <wswa:UsingAddressing
xmlns:wswa="http://www.w3.org/2005/08/addressing/wsdl"/>
+ <wswa:UsingAddressing
xmlns:wswa="http://www.w3.org/2005/02/addressing/wsdl"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
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=547513&r1=547512&r2=547513
==============================================================================
---
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
Thu Jun 14 20:50:05 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/08/addressing/wsdl"/>
+ <wswa:UsingAddressing
xmlns:wswa="http://www.w3.org/2005/02/addressing/wsdl"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>