| | |
| | | import javax.xml.ws.WebServiceClient; |
| | | import javax.xml.ws.WebServiceFeature; |
| | | import javax.xml.ws.Service; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.jeecg.modules.wms.service.WebServiceSoap; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | * Generated source version: 3.5.5 |
| | | * |
| | | */ |
| | | @Slf4j |
| | | @Component |
| | | @WebServiceClient(name = "WebService", |
| | | wsdlLocation = "classpath:/wsdl/WebService.asmx.wsdl", |
| | |
| | | try { |
| | | url = new URL("classpath:/wsdl/WebService.asmx.wsdl"); |
| | | } catch (MalformedURLException e) { |
| | | java.util.logging.Logger.getLogger(WMSWebService.class.getName()) |
| | | .log(java.util.logging.Level.INFO, |
| | | "Can not initialize the default wsdl from {0}", "classpath:/wsdl/WebService.asmx.wsdl"); |
| | | log.error("Can not initialize the default wsdl from {}", "classpath:/wsdl/WebService.asmx.wsdl"); |
| | | } |
| | | WSDL_LOCATION = url; |
| | | } |