You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by tl...@apache.org on 2006/11/24 10:50:54 UTC

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

Author: tli
Date: Fri Nov 24 01:50:53 2006
New Revision: 478819

URL: http://svn.apache.org/viewvc?view=rev&rev=478819
Log:
fix the cxf-servlet.xml, and now mtom can support servlet transport

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=478819&r1=478818&r2=478819
==============================================================================
--- 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 Fri Nov 24 01:50:53 2006
@@ -21,11 +21,11 @@
 
     <endpoint
         name="mtom"
-        interface="org.apache.cxf.mime.Hello"
-        implementation="demo.mtom.server.HelloImpl"
+        interface="org.apache.cxf.mime.TestMtom"
+        implementation="demo.mtom.server.TestMtomImpl"
         wsdl="WEB-INF/wsdl/mtom_xop.wsdl"
-        service="{http://cxf.apache.org/mime}HelloService"
-        port="{http://cxf.apache.org/mime}HelloPort"
+        service="{http://cxf.apache.org/mime}TestMtomService"
+        port="{http://cxf.apache.org/mime}TestMtomPort"
         url-pattern="/mtom" />
 
 </endpoints>