Author: sagara Date: Wed Feb 29 13:06:48 2012 New Revision: 1295084 URL: http://svn.apache.org/viewvc?rev=1295084&view=rev Log: AXIS2-5253 - Modified test case.
Modified: axis/axis2/java/core/trunk/modules/integration/test-resources/generics/generics.wsdl Modified: axis/axis2/java/core/trunk/modules/integration/test-resources/generics/generics.wsdl URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/test-resources/generics/generics.wsdl?rev=1295084&r1=1295083&r2=1295084&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/integration/test-resources/generics/generics.wsdl (original) +++ axis/axis2/java/core/trunk/modules/integration/test-resources/generics/generics.wsdl Wed Feb 29 13:06:48 2012 @@ -173,34 +173,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>