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 du...@apache.org on 2005/11/29 10:40:13 UTC

svn commit: r349687 - /webservices/axis/trunk/c/tests/auto_build/testcases/wsdls/ComplexTypeChoice2.wsdl

Author: dushshantha
Date: Tue Nov 29 01:40:05 2005
New Revision: 349687

URL: http://svn.apache.org/viewcvs?rev=349687&view=rev
Log:
made a modification to the wsdl file to change the port type name.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/wsdls/ComplexTypeChoice2.wsdl

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/wsdls/ComplexTypeChoice2.wsdl
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/wsdls/ComplexTypeChoice2.wsdl?rev=349687&r1=349686&r2=349687&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/wsdls/ComplexTypeChoice2.wsdl (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/wsdls/ComplexTypeChoice2.wsdl Tue Nov 29 01:40:05 2005
@@ -58,13 +58,13 @@
 	<message name="response">
 		<part name="parameters" element="tns:myOperationResponse" />
 	</message>
-	<portType name="operations">
+	<portType name="ComplexTypeChoice">
 		<operation name="myOperation">
 			<input message="tns:request" />
 			<output message="tns:response" />
 		</operation>
 	</portType>
-	<binding name="operationsBinding" type="tns:operations">
+	<binding name="operationsBinding" type="tns:ComplexTypeChoice">
 		<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
 			style="document" />
 		<operation name="myOperation">