Explorar el Código

修改了webservice 方法

verguenza hace 5 años
padre
commit
d141d66268
Se han modificado 2 ficheros con 5 adiciones y 6 borrados
  1. 1 1
      pom.xml
  2. 4 5
      src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

+ 1 - 1
pom.xml

@@ -157,7 +157,7 @@
                 <configuration>
                     <clearOutputDir>false</clearOutputDir>
                     <sources>
-                        <source>${project.basedir}/src/main/resources/countries.xsd</source>
+                        <source>${project.basedir}/src/main/resources/chuanyun.xsd</source>
                     </sources>
                 </configuration>
             </plugin>

+ 4 - 5
src/main/java/com/galaxis/manatee/webservice/CountryEndpoint.java

@@ -1,11 +1,10 @@
 package com.galaxis.manatee.webservice;
 
 
-import io.spring.guides.gs_producing_web_service.GetList;
-import io.spring.guides.gs_producing_web_service.GetSchema;
-import io.spring.guides.gs_producing_web_service.GetSchemaList;
-import io.spring.guides.gs_producing_web_service.Invoke;
-import org.springframework.beans.factory.annotation.Autowired;
+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.ws.server.endpoint.annotation.Endpoint;
 import org.springframework.ws.server.endpoint.annotation.PayloadRoot;
 import org.springframework.ws.server.endpoint.annotation.RequestPayload;