You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2006/11/11 12:33:13 UTC

svn commit: r473695 - /webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html

Author: thilina
Date: Sat Nov 11 03:33:12 2006
New Revision: 473695

URL: http://svn.apache.org/viewvc?view=rev&rev=473695
Log:
minor improvements

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html?view=diff&rev=473695&r1=473694&r2=473695
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/mtom-guide.html Sat Nov 11 03:33:12 2006
@@ -432,8 +432,7 @@
 <p>The next step is using the Axis2 tool 'WSDL2Java' to generate java source
 files from this WSDL. See the 'Code Generator Tool' guide for more info.
 Here, we define an ant task that chooses ADB (Axis2 Data Binding) as the databinding
-implementation. We also choose to generate an interface which our Skeleton
-will implement. The name we list for the WSDL above is MTOMSample.wsdl, and
+implementation. The name we list for the WSDL above is MTOMSample.wsdl, and
 we define our package name for our generated source files to be
 'sample.mtom.service' . Our ant task for this example is:</p>
 <source><pre>	&lt;target name="generate.service">
@@ -507,8 +506,7 @@
 	}</pre>
 
 </source>
-<p>The last step is to create an AAR with our Skeleton and the services.xml, and then deploy the service. See the user guide
-for more info. You can find the completed sample in the Axis2 standard binary distribution under the samples/mtom directory</p>
+<p>The last step is to create an AAR with our Skeleton and the services.xml, and then deploy the service. You can find the completed sample in the Axis2 standard binary distribution under the samples/mtom directory</p>
 
 <a name="252"></a>
 <h3>MTOM Databinding Using XMLBeans</h3>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org