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/13 19:13:58 UTC

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

Author: thilina
Date: Mon Nov 13 10:13:57 2006
New Revision: 474423

URL: http://svn.apache.org/viewvc?view=rev&rev=474423
Log:
Fixing the MTOM guide wsdl..
Thanx Robert for finding this out..

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=474423&r1=474422&r2=474423
==============================================================================
--- 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 Mon Nov 13 10:13:57 2006
@@ -350,27 +350,27 @@
 	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 	xmlns="http://schemas.xmlsoap.org/wsdl/"
-	targetNamespace="http://ws.apache.org/axis2/mtomsample/">
-	<import namespace="http://www.w3.org/2005/05/xmlmime"
-                schemaLocation="http://www.w3.org/2005/05/xmlmime"/>
-	<wsdl:types>
+	targetNamespace="http://ws.apache.org/axis2/mtomsample/">
+
+	<wsdl:types>
 		<xsd:schema xmlns="http://schemas.xmlsoap.org/wsdl/"
 			attributeFormDefault="qualified" elementFormDefault="qualified"
-			targetNamespace="http://ws.apache.org/axis2/mtomsample/">
+			targetNamespace="http://ws.apache.org/axis2/mtomsample/">
+
 			<xsd:import namespace="http://www.w3.org/2005/05/xmlmime"
-				schemaLocation="xmime.xsd" />
-			<xsd:complexType name="AttachmentType">
-				<xsd:sequence>
+				schemaLocation="http://www.w3.org/2005/05/xmlmime" />
+			<xsd:complexType name="AttachmentType">
+				<xsd:sequence>
 					<xsd:element minOccurs="0" name="fileName"
-						type="xsd:string" />
+						type="xsd:string" />
 					<xsd:element minOccurs="0" name="binaryData"
-						type="xmime:base64Binary" />
-				</xsd:sequence>
-			</xsd:complexType>
-			<xsd:element name="AttachmentRequest" type="tns:AttachmentType" />
-			<xsd:element name="AttachmentResponse" type="xsd:string" />
-		</xsd:schema>
-	</wsdl:types>
+						type="xmime:base64Binary" />
+				</xsd:sequence>
+			</xsd:complexType>
+			<xsd:element name="AttachmentRequest" type="tns:AttachmentType" />
+			<xsd:element name="AttachmentResponse" type="xsd:string" />
+		</xsd:schema>
+	</wsdl:types>
 	<wsdl:message name="AttachmentRequest">
 		<wsdl:part name="part1" element="tns:AttachmentRequest" />
 	</wsdl:message>



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