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 di...@apache.org on 2007/03/25 15:33:10 UTC

svn commit: r522264 - /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl

Author: dims
Date: Sun Mar 25 06:33:10 2007
New Revision: 522264

URL: http://svn.apache.org/viewvc?view=rev&rev=522264
Log:
fix broken wsdl

Modified:
    webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl

Modified: webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl?view=diff&rev=522264&r1=522263&r2=522264
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl (original)
+++ webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/sample/dlwmin/META-INF/greeter.wsdl Sun Mar 25 06:33:10 2007
@@ -17,21 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
-    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-    xmlns:tns="http://apache.org/axis2/jaxws/sample/dlwmin"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-    xmlns:types="http://apache.org/axis2/jaxws/sample/dlwmin/types"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    targetNamespace="http://apache.org/axis2/jaxws/sample/dlwmin" name="HelloWorld">
+<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://apache.org/axis2/jaxws/sample/dlwmin" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:types="http://apache.org/axis2/jaxws/sample/dlwmin/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://apache.org/axis2/jaxws/sample/dlwmin" name="HelloWorld">
+    <wsdl:types/>
     <wsdl:types>
-        <schema targetNamespace="http://apache.org/axis2/jaxws/sample/dlwmin" 
-            xmlns="http://www.w3.org/2001/XMLSchema" 
-            xmlns:types="http://apache.org/axis2/jaxws/sample/dlwmin/types"
-            elementFormDefault="qualified">
-            <import namespace="http://apache.org/axis2/jaxws/sample/dlwmin/types"
-                    schemaLocation="greeterTypes.xsd" />
-                    
+        <schema targetNamespace="http://apache.org/axis2/jaxws/sample/dlwmin" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:types="http://apache.org/axis2/jaxws/sample/dlwmin/types" elementFormDefault="qualified">
+            <import namespace="http://apache.org/axis2/jaxws/sample/dlwmin/types" schemaLocation="greeterTypes.xsd"/>
             <element name="greetMe">
                 <complexType>
                     <sequence>
@@ -46,7 +36,6 @@
                     </sequence>
                 </complexType>
             </element>
-            
             <element name="testUnqualified">
                 <complexType>
                     <sequence>
@@ -61,7 +50,6 @@
                     </sequence>
                 </complexType>
             </element>
-            
             <element name="process">
                 <complexType>
                     <sequence>
@@ -77,125 +65,102 @@
                     </sequence>
                 </complexType>
             </element>
-            
             <element name="processFault">
                 <complexType>
                     <sequence>
-                        <element name="flag"    form="unqualified" type="xsd:int"/>
+                        <element name="flag" form="unqualified" type="xsd:int"/>
                         <element name="message" form="unqualified" type="xsd:string"/>
                     </sequence>
                 </complexType>
             </element>
-            
         </schema>
     </wsdl:types>
-
-   
     <wsdl:message name="greetMeRequest">
-        <wsdl:part element="tns:greetMe" name="in"/>
+        <wsdl:part name="in" element="tns:greetMe"/>
     </wsdl:message>
     <wsdl:message name="greetMeResponse">
-        <wsdl:part element="tns:greetMeResponse" name="out"/>
+        <wsdl:part name="out" element="tns:greetMeResponse"/>
     </wsdl:message>
-    
     <wsdl:message name="testUnqualifiedRequest">
-        <wsdl:part element="tns:testUnqualified" name="in"/>
+        <wsdl:part name="in" element="tns:testUnqualified"/>
     </wsdl:message>
     <wsdl:message name="testUnqualifiedResponse">
-        <wsdl:part element="tns:testUnqualifiedResponse" name="out"/>
+        <wsdl:part name="out" element="tns:testUnqualifiedResponse"/>
     </wsdl:message>
-    
     <wsdl:message name="processRequest">
-        <wsdl:part element="tns:process" name="in"/>
+        <wsdl:part name="in" element="tns:process"/>
     </wsdl:message>
-    <wsdl:message name="testProcessResponse">
-        <wsdl:part element="tns:processResponse" name="out"/>
+    <wsdl:message name="processResponse">
+        <wsdl:part name="out" element="tns:processResponse"/>
     </wsdl:message>
-    <wsdl:message name="testProcessFault">
-        <wsdl:part element="tns:processFault" name="fault"/>
+    <wsdl:message name="processFault">
+        <wsdl:part name="fault" element="tns:processFault"/>
     </wsdl:message>
-    <wsdl:message name="testProcessFault2">
-        <wsdl:part element="types:processFault2" name="fault2"/>
+    <wsdl:message name="processFault2">
+        <wsdl:part name="fault2" element="types:processFault2"/>
     </wsdl:message>
-    <wsdl:message name="testProcessFault3">
-        <wsdl:part element="types:processFault3" name="fault3"/>
+    <wsdl:message name="processFault3">
+        <wsdl:part name="fault3" element="types:processFault3"/>
     </wsdl:message>
-    
-
-        
     <wsdl:portType name="Greeter">
-        
         <wsdl:operation name="greetMe">
-            <wsdl:input message="tns:greetMeRequest" name="greetMeRequest"/>
-            <wsdl:output message="tns:greetMeResponse" name="greetMeResponse"/>
+            <wsdl:input name="greetMeRequest" message="tns:greetMeRequest"/>
+            <wsdl:output name="greetMeResponse" message="tns:greetMeResponse"/>
         </wsdl:operation>
-        
         <wsdl:operation name="testUnqualified">
-            <wsdl:input message="tns:testUnqualifiedRequest" name="testUnqualifiedRequest"/>
-            <wsdl:output message="tns:testUnqualifiedResponse" name="testUnqualifiedResponse"/>
+            <wsdl:input name="testUnqualifiedRequest" message="tns:testUnqualifiedRequest"/>
+            <wsdl:output name="testUnqualifiedResponse" message="tns:testUnqualifiedResponse"/>
         </wsdl:operation>
-        
         <wsdl:operation name="process">
-            <wsdl:input message="tns:processRequest" name="processRequest"/>
-            <wsdl:output message="tns:processResponse" name="processResponse"/>
-            <wsdl:fault message="tns:processFault" name="processFault"/>
-            <wsdl:fault message="tns:processFault2" name="processFault2"/>
-            <wsdl:fault message="tns:processFault3" name="processFault3"/>
+            <wsdl:input name="processRequest" message="tns:processRequest"/>
+            <wsdl:output name="processResponse" message="tns:processResponse"/>
+            <wsdl:fault name="processFault" message="tns:processFault"/>
+            <wsdl:fault name="processFault2" message="tns:processFault2"/>
+            <wsdl:fault name="processFault3" message="tns:processFault3"/>
         </wsdl:operation>
-     
     </wsdl:portType>
-    
-
     <wsdl:binding name="GreeterSOAPBinding" type="tns:Greeter">
         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-        
-        
         <wsdl:operation name="greetMe">
             <soap:operation soapAction="greetMe" style="document"/>
-            <wsdl:input name="greetMeRequest">
+            <wsdl:input>
                 <soap:body use="literal"/>
             </wsdl:input>
-            <wsdl:output name="greetMeResponse">
+            <wsdl:output>
                 <soap:body use="literal"/>
             </wsdl:output>
         </wsdl:operation>
-        
         <wsdl:operation name="testUnqualified">
             <soap:operation soapAction="testUnqualified" style="document"/>
-            <wsdl:input name="testUnqualifiedRequest">
+            <wsdl:input>
                 <soap:body use="literal"/>
             </wsdl:input>
-            <wsdl:output name="testUnqualifiedResponse">
+            <wsdl:output>
                 <soap:body use="literal"/>
             </wsdl:output>
         </wsdl:operation>
-        
         <wsdl:operation name="process">
             <soap:operation soapAction="process" style="document"/>
-            <wsdl:input name="processRequest">
+            <wsdl:input>
                 <soap:body use="literal"/>
             </wsdl:input>
-            <wsdl:output name="processResponse">
+            <wsdl:output>
                 <soap:body use="literal"/>
             </wsdl:output>
             <fault name="processFault">
-				<soap:fault name="processFault" use="literal" />
-			</fault>
-			<fault name="processFault2">
-				<soap:fault name="processFault2" use="literal" />
-			</fault>
-			<fault name="processFault3">
-				<soap:fault name="processFault3" use="literal" />
-			</fault>
+                <soap:fault name="processFault" use="literal"/>
+            </fault>
+            <fault name="processFault2">
+                <soap:fault name="processFault2" use="literal"/>
+            </fault>
+            <fault name="processFault3">
+                <soap:fault name="processFault3" use="literal"/>
+            </fault>
         </wsdl:operation>
-        
     </wsdl:binding>
-  
     <wsdl:service name="GreeterService">
-        <wsdl:port binding="tns:GreeterSOAPBinding" name="GreeterPort">
+        <wsdl:port name="GreeterPort" binding="tns:GreeterSOAPBinding">
             <soap:address location="http://localhost:8080/axis2/services/GreeterService"/>
         </wsdl:port>
     </wsdl:service>
-   
-    
 </wsdl:definitions>



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