瀏覽代碼

Merge remote-tracking branch 'origin/1.0' into 1.0

WoNiu 5 年之前
父節點
當前提交
f99909ce7e

二進制
src/main/.DS_Store


二進制
src/main/java/.DS_Store


二進制
src/main/java/com/.DS_Store


二進制
src/main/java/com/galaxis/.DS_Store


+ 0 - 2
src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

@@ -1,12 +1,10 @@
 package com.galaxis.manatee.webservice;
 
 
-
 import com.galaxis.manatee.chuanyun_web_service.GetList;
 import com.galaxis.manatee.chuanyun_web_service.GetSchema;
 import com.galaxis.manatee.chuanyun_web_service.GetSchemaList;
 import com.galaxis.manatee.chuanyun_web_service.Invoke;
-import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.ws.server.endpoint.annotation.Endpoint;
 import org.springframework.ws.server.endpoint.annotation.PayloadRoot;
 import org.springframework.ws.server.endpoint.annotation.RequestPayload;

+ 23 - 5
src/main/resources/chuanyun.xsd

@@ -9,12 +9,9 @@
         </xs:complexType>
     </xs:element>
 
-
     <xs:element name="GetSchemaList">
         <xs:complexType>
-            <xs:sequence>
-                
-            </xs:sequence>
+
         </xs:complexType>
     </xs:element>
 
@@ -39,7 +36,28 @@
         </xs:complexType>
     </xs:element>
 
-    <xs:element name="response">
+    <xs:element name="GetSchemaResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="response" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="GetSchemaListResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="response" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="GetListResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="response" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    <xs:element name="InvokeResponse">
         <xs:complexType>
             <xs:sequence>
                 <xs:element name="response" type="xs:string"/>