lizw 1 년 전
부모
커밋
d8ce6494d7
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java
  2. 0 0
      soap-gateway/src/main/resources/YN_WMSService.xml

+ 1 - 1
soap-gateway/src/main/java/com/galaxis/soap/wms/WMSServiceImpl.java

@@ -101,7 +101,7 @@ public class WMSServiceImpl implements WMSService {
     @SneakyThrows
     public WMSServiceImpl() {
         // final String wsdl = IOUtils.toString(new ClassPathResource("WMSService.xml").getInputStream(), StandardCharsets.UTF_8);
-        final String wsdl = IOUtils.toString(new ClassPathResource("YN_WMSService.xml.xml").getInputStream(), StandardCharsets.UTF_8);
+        final String wsdl = IOUtils.toString(new ClassPathResource("YN_WMSService.xml").getInputStream(), StandardCharsets.UTF_8);
         final String usrHome = System.getProperty("user.home");
         for (Map.Entry<String, String> entry : WMS_MAPPING.entrySet()) {
             final String bwkey = entry.getKey();

soap-gateway/src/main/resources/YN_WMSService.xml.xml → soap-gateway/src/main/resources/YN_WMSService.xml