You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/04/23 18:53:38 UTC

svn commit: r531534 - /incubator/cxf/trunk/distribution/src/main/release/samples/mtom/wsdl/cxf-servlet.xml

Author: dkulp
Date: Mon Apr 23 09:53:38 2007
New Revision: 531534

URL: http://svn.apache.org/viewvc?view=rev&rev=531534
Log:
Fix for mtom sample

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/mtom/wsdl/cxf-servlet.xml

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/mtom/wsdl/cxf-servlet.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/mtom/wsdl/cxf-servlet.xml?view=diff&rev=531534&r1=531533&r2=531534
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/mtom/wsdl/cxf-servlet.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/mtom/wsdl/cxf-servlet.xml Mon Apr 23 09:53:38 2007
@@ -30,6 +30,6 @@
         id="mtom"
         implementor="demo.mtom.server.TestMtomImpl"
         wsdlLocation="WEB-INF/wsdl/mtom_xop.wsdl"
-        address="/services/mtom" />
+        address="/mtom" />
 
 </beans>