You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/02/29 14:46:34 UTC

svn commit: r1295100 - /axis/axis2/java/core/branches/1_6/modules/integration/test-resources/generics/generics.wsdl

Author: sagara
Date: Wed Feb 29 13:46:33 2012
New Revision: 1295100

URL: http://svn.apache.org/viewvc?rev=1295100&view=rev
Log:
Merged r1295084 to the 1.6 branch.

Modified:
    axis/axis2/java/core/branches/1_6/modules/integration/test-resources/generics/generics.wsdl

Modified: axis/axis2/java/core/branches/1_6/modules/integration/test-resources/generics/generics.wsdl
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/integration/test-resources/generics/generics.wsdl?rev=1295100&r1=1295099&r2=1295100&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/integration/test-resources/generics/generics.wsdl (original)
+++ axis/axis2/java/core/branches/1_6/modules/integration/test-resources/generics/generics.wsdl Wed Feb 29 13:46:33 2012
@@ -180,34 +180,34 @@
         <wsdl:operation name="processStringArray">
             <http:operation location="processStringArray"/>
             <wsdl:input>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>
         </wsdl:operation>
         <wsdl:operation name="processStringList">
             <http:operation location="processStringList"/>
             <wsdl:input>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>
             <wsdl:output>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:output>
         </wsdl:operation>
         <wsdl:operation name="processPersonList">
             <http:operation location="processPersonList"/>
             <wsdl:input>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>
             <wsdl:output>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:output>
         </wsdl:operation>
         <wsdl:operation name="getStringList">
             <http:operation location="getStringList"/>
             <wsdl:input>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:input>
             <wsdl:output>
-                <mime:content type="text/xml" part="parameters"/>
+                <mime:content type="application/xml" part="parameters"/>
             </wsdl:output>
         </wsdl:operation>
     </wsdl:binding>