Author: dushshantha
Date: Wed Dec 21 19:16:13 2005
New Revision: 358465

URL: http://svn.apache.org/viewcvs?rev=358465&view=rev
Log:
Edited ComplexTypeChoice2.wsdl file to change the service name to 
ComplexTypeChoice2 from XSD_byte. 

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=358465&r1=358464&r2=358465&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
 Wed Dec 21 19:16:13 2005
@@ -44,20 +44,20 @@
                        element="tns:asComplexTypeRequest">
                </wsdl:part>
        </wsdl:message>
-       <wsdl:portType name="XSD_byte">
+       <wsdl:portType name="ComplexTypeChoice2">
                <wsdl:operation name="asComplexType">
                        <wsdl:input 
message="tns:asComplexTypeRequest"></wsdl:input>
                        <wsdl:output 
message="tns:asComplexTypeResponse"></wsdl:output>
                </wsdl:operation>
        </wsdl:portType>
        
-       <wsdl:binding name="ComplexTypeChoice2SOAP" type="tns:XSD_byte">
+       <wsdl:binding name="ComplexTypeChoice2SOAP" 
type="tns:ComplexTypeChoice2">
                <soap:binding style="document"
                        transport="http://schemas.xmlsoap.org/soap/http"; />
                
                
                <wsdl:operation name="asComplexType">
-                       <soap:operation soapAction="XSD_byte#asComplexType"
+                       <soap:operation 
soapAction="ComplexTypeChoice2#asComplexType"
                                style="document" />
                        <wsdl:input>
                                <soap:body use="literal" />
@@ -67,7 +67,7 @@
                        </wsdl:output>
                </wsdl:operation>
        </wsdl:binding>
-       <wsdl:service name="XSD_byte">
+       <wsdl:service name="ComplexTypeChoice2">
                <wsdl:port binding="tns:ComplexTypeChoice2SOAP"
                        name="Service">
                        <soap:address


Reply via email to