Author: andreasmyth
Date: Tue Jun 19 04:44:35 2007
New Revision: 548698

URL: http://svn.apache.org/viewvc?view=rev&rev=548698
Log:
Fixed addressing demo cfg file so demo does what it says in the README.

Modified:
    
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/client.xml

Modified: 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/client.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/client.xml?view=diff&rev=548698&r1=548697&r2=548698
==============================================================================
--- 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/client.xml
 (original)
+++ 
incubator/cxf/trunk/distribution/src/main/release/samples/ws_addressing/client.xml
 Tue Jun 19 04:44:35 2007
@@ -23,7 +23,7 @@
        xsi:schemaLocation="http://cxf.apache.org/transports/http/configuration 
http://cxf.apache.org/schemas/configuration/http-conf.xsd
        http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans.xsd";>
   
-    <http:conduit 
name="{http://apache.org/hello_world_soap_http}SoapPort9001.http-conduit";>
+    <http:conduit 
name="{http://apache.org/hello_world_soap_http}SoapPort.http-conduit";>
       <http:client 
DecoupledEndpoint="http://localhost:9990/decoupled_endpoint"/>
     </http:conduit>
 


Reply via email to