You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by la...@apache.org on 2008/02/25 13:01:44 UTC

svn commit: r630820 - /webservices/axis2/trunk/c/test/resources/wsdl/

Author: lahiru
Date: Mon Feb 25 04:01:33 2008
New Revision: 630820

URL: http://svn.apache.org/viewvc?rev=630820&view=rev
Log:
Corrected invalid wsdl's.

Modified:
    webservices/axis2/trunk/c/test/resources/wsdl/BasicAllTest.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/BasicChoice.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/Choice.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/CombinedAllTest.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/CombinedChoice.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/LimitedAllTest.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/MinOccurTest.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/PlainTextAttachment.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/SimpleChoice.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/UDDI.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/UnboundedChoice.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/UnboundedStringChoice.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/XSD_NOTATION.wsdl
    webservices/axis2/trunk/c/test/resources/wsdl/inquire_v2.wsdl

Modified: webservices/axis2/trunk/c/test/resources/wsdl/BasicAllTest.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/BasicAllTest.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/BasicAllTest.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/BasicAllTest.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+ 
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/BasicChoice.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/BasicChoice.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/BasicChoice.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/BasicChoice.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+     
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/Choice.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/Choice.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/Choice.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/Choice.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+      
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/CombinedAllTest.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/CombinedAllTest.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/CombinedAllTest.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/CombinedAllTest.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+     
       
       
       
@@ -32,13 +32,11 @@
     <s:complexType name="AllComplexType">
 		<s:sequence>
 			<s:element minOccurs="1" maxOccurs="1" name="NonAllIntValue" type="s:int" />
-		</s:sequence>
-        <s:all>
+		
             <s:element name="Value0" type="s:int" />
             <s:element minOccurs="0" name="Value1" type="s:int" />
             <s:element minOccurs="0" name="Value2" type="s:string" />
-        </s:all>
-		<s:sequence>
+        
 			<s:element minOccurs="1" maxOccurs="1" name="NonAllStringValue" type="s:string" />
 		</s:sequence>
       </s:complexType>

Modified: webservices/axis2/trunk/c/test/resources/wsdl/CombinedChoice.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/CombinedChoice.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/CombinedChoice.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/CombinedChoice.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+     
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/LimitedAllTest.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/LimitedAllTest.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/LimitedAllTest.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/LimitedAllTest.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+      
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/MinOccurTest.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/MinOccurTest.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/MinOccurTest.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/MinOccurTest.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+      
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/PlainTextAttachment.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/PlainTextAttachment.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/PlainTextAttachment.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/PlainTextAttachment.wsdl Mon Feb 25 04:01:33 2008
@@ -16,11 +16,11 @@
 	xmlns:tns2="http://xml.apache.org/xml-soap" 
 	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-   <import namespace="http://xml.apache.org/xml-soap"/>
+  
    <element name="echoText">
     <complexType>
      <sequence>
-      <element name="arg2" nillable="true" type="tns2:PlainText"/>      
+      <element name="arg2" nillable="true" type="xsd:string"/>      
      </sequence>
     </complexType>
    </element>

Modified: webservices/axis2/trunk/c/test/resources/wsdl/SimpleChoice.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/SimpleChoice.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/SimpleChoice.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/SimpleChoice.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+      
       
       
       
@@ -93,7 +93,7 @@
   </binding>
   
 <service name="ChoiceTest">
-    <documentation>These operations implement DOC/LIT SOAP operations, for interop testing. Please email johnko@microsoft.com with any questions/coments.</documentation>
+    <documentation>These operations implement DOC/LIT SOAP operations, for interoperable  testing. Please email johnko@microsoft.com with any questions/coments.</documentation>
     <port name="ChoiceTestSoap" binding="s0:ChoiceTestSoap">
       <soap:address location="http://localhost:90/axis/Choice" />
     </port>

Modified: webservices/axis2/trunk/c/test/resources/wsdl/UDDI.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/UDDI.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/UDDI.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/UDDI.wsdl Mon Feb 25 04:01:33 2008
@@ -15,17 +15,16 @@
 <!-- limitations under the License.                                           -->
 
   <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-	xmlns:tns="http://tempuri.org/UDDI/" 
 	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
 	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 	name="UDDI" 
 	targetNamespace="http://tempuri.org/UDDI/" 
-	xmlns:wsdl1="urn:uddi-org:inquiry_v2">
+	xmlns:tns="urn:uddi-org:inquiry_v2">
 
   <wsdl:import namespace="urn:uddi-org:inquiry_v2" location="inquire_v2.wsdl" /> 
 
   <wsdl:service name="UDDI">
-    <wsdl:port binding="wsdl1:InquireSoap" name="UDDIinquire">
+    <wsdl:port binding="tns:InquireSoap" name="UDDIinquire">
       <soap:address location="http://tempuri.org" /> 
     </wsdl:port>
   </wsdl:service>

Modified: webservices/axis2/trunk/c/test/resources/wsdl/UnboundedChoice.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/UnboundedChoice.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/UnboundedChoice.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/UnboundedChoice.wsdl Mon Feb 25 04:01:33 2008
@@ -3,7 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
+      
       
       
       

Modified: webservices/axis2/trunk/c/test/resources/wsdl/UnboundedStringChoice.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/UnboundedStringChoice.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/UnboundedStringChoice.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/UnboundedStringChoice.wsdl Mon Feb 25 04:01:33 2008
@@ -3,8 +3,7 @@
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/">
       <s:import namespace="http://soapinterop.org/xsd" />
-      <s:import namespace="http://soapinterop.org/echoheader/" />
-      
+             
       
       
       <s:element name="echoChoice">

Modified: webservices/axis2/trunk/c/test/resources/wsdl/XSD_NOTATION.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/XSD_NOTATION.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/XSD_NOTATION.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/XSD_NOTATION.wsdl Mon Feb 25 04:01:33 2008
@@ -2,7 +2,7 @@
 <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 	xmlns:tns="http://xsd_NOTATION.test.apache.org"
 	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="XSD_NOTATION"
+	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 	targetNamespace="http://xsd_NOTATION.test.apache.org">
 	<wsdl:types>
 		<xsd:schema
@@ -12,7 +12,7 @@
 				<xsd:complexType>
 					<xsd:sequence>
 						<xsd:element name="nonNillableElement"
-							type="xsd:NOTATION" nillable="false" minOccurs="1" maxOccurs="1" />
+							type="xsd:notation" nillable="false" minOccurs="1" maxOccurs="1" />
 					</xsd:sequence>
 				</xsd:complexType>
 			</xsd:element>
@@ -20,7 +20,7 @@
 				<xsd:complexType>
 					<xsd:sequence>
 						<xsd:element name="nonNillableElement"
-							type="xsd:NOTATION" nillable="false" minOccurs="1" maxOccurs="1" />
+							type="xsd:notation" nillable="false" minOccurs="1" maxOccurs="1" />
 					</xsd:sequence>
 				</xsd:complexType>
 			</xsd:element>
@@ -28,7 +28,7 @@
 				<xsd:complexType>
 					<xsd:sequence>
 						<xsd:element name="nillableElement"
-							type="xsd:NOTATION" nillable="true" minOccurs="1" maxOccurs="1" />
+							type="xsd:notation" nillable="true" minOccurs="1" maxOccurs="1" />
 					</xsd:sequence>
 				</xsd:complexType>
 			</xsd:element>
@@ -36,12 +36,12 @@
 				<xsd:complexType>
 					<xsd:sequence>
 						<xsd:element name="nillableElement"
-							type="xsd:NOTATION" nillable="true" minOccurs="1" maxOccurs="1" />
+							type="xsd:notation" nillable="true" minOccurs="1" maxOccurs="1" />
 					</xsd:sequence>
 				</xsd:complexType>
 			</xsd:element>
 			<xsd:complexType name="RequiredAttributeElement">
-				<xsd:attribute name="requiredAttribute" type="xsd:NOTATION"
+				<xsd:attribute name="requiredAttribute" type="xsd:notation"
 					use="required" />
 			</xsd:complexType>
 			<xsd:element name="asRequiredAttributeResponse">
@@ -61,7 +61,7 @@
 				</xsd:complexType>
 			</xsd:element>
 			<xsd:complexType name="OptionalAttributeElement">
-				<xsd:attribute name="optionalAttribute" type="xsd:NOTATION"
+				<xsd:attribute name="optionalAttribute" type="xsd:notation"
 					use="optional" />
 			</xsd:complexType>
 			<xsd:element name="asOptionalAttributeResponse">
@@ -84,7 +84,7 @@
 				<xsd:complexType>
 					<xsd:sequence>
 						<xsd:element name="arrayElement"
-							type="xsd:NOTATION" nillable="false" minOccurs="1"
+							type="xsd:notation" nillable="false" minOccurs="1"
 							maxOccurs="unbounded" />
 					</xsd:sequence>
 				</xsd:complexType>
@@ -93,7 +93,7 @@
 				<xsd:complexType>
 					<xsd:sequence>
 						<xsd:element name="arrayElement"
-							type="xsd:NOTATION" nillable="false" minOccurs="1"
+							type="xsd:notation" nillable="false" minOccurs="1"
 							maxOccurs="unbounded" />
 					</xsd:sequence>
 				</xsd:complexType>
@@ -101,7 +101,7 @@
 			<xsd:complexType name="SimpleComplexType">
 				<xsd:sequence>
 					<xsd:element name="complexTypeElement"
-						type="xsd:NOTATION" minOccurs="1" maxOccurs="1" nillable="false" />
+						type="xsd:notation" minOccurs="1" maxOccurs="1" nillable="false" />
 				</xsd:sequence>
 			</xsd:complexType>
 			<xsd:element name="asComplexTypeResponse">

Modified: webservices/axis2/trunk/c/test/resources/wsdl/inquire_v2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/resources/wsdl/inquire_v2.wsdl?rev=630820&r1=630819&r2=630820&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/resources/wsdl/inquire_v2.wsdl (original)
+++ webservices/axis2/trunk/c/test/resources/wsdl/inquire_v2.wsdl Mon Feb 25 04:01:33 2008
@@ -148,9 +148,7 @@
 	</portType>
 	<binding name="InquireSoap" type="tns:Inquire">
 		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-		<documentation>
-		  This is the SOAP binding for the UDDI inquiry operations.
-		</documentation>
+		
 		<operation name="find_binding">
 			<soap:operation soapAction="find_binding" style="document"/>
 			<input>



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