wanghc
2023-03-09 f429658e8bf3c88c4550171f61d6984033940b54
cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/wsdl/S080030795.java
@@ -15,7 +15,7 @@
 *
 */
@WebServiceClient(name = "S080030795",
                  wsdlLocation = "file:/F:/idealwork/cmci-bank-pfcs/cmci-pfcs-gateway/src/main/resources/wsdl/DU93.wsdl",
                  wsdlLocation = "classpath:wsdl/DU93.wsdl",
                  targetNamespace = "http://esb.spdbbiz.com/services/S080030795/wsdl")
public class S080030795 extends Service {
@@ -26,11 +26,11 @@
    static {
        URL url = null;
        try {
            url = new URL("file:/F:/idealwork/cmci-bank-pfcs/cmci-pfcs-gateway/src/main/resources/wsdl/DU93.wsdl");
            url = new URL("classpath:wsdl/DU93.wsdl");
        } catch (MalformedURLException e) {
            java.util.logging.Logger.getLogger(S080030795.class.getName())
                .log(java.util.logging.Level.INFO,
                     "Can not initialize the default wsdl from {0}", "file:/F:/idealwork/cmci-bank-pfcs/cmci-pfcs-gateway/src/main/resources/wsdl/DU93.wsdl");
                     "Can not initialize the default wsdl from {0}", "classpath:wsdl/DU93.wsdl");
        }
        WSDL_LOCATION = url;
    }