All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.service.third.JYTWebServiceSoapImpl Maven / Gradle / Ivy

The newest version!

/**
 * Please modify this class to meet your needs
 * This class is not complete
 */

package com.founder.service.third;

import java.util.logging.Logger;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;

/**
 * This class was generated by Apache CXF 3.1.1
 * 2023-07-24T12:25:47.383+08:00
 * Generated source version: 3.1.1
 * 
 */

@WebService(
                      serviceName = "JYTWebService",
                      portName = "JYTWebServiceSoap",
                      targetNamespace = "http://tempuri.org/",
                      wsdlLocation = "http://192.168.158.71:9015/JYTWebService.asmx?WSDL",
                      endpointInterface = "com.founder.service.third.JYTWebServiceSoap")
                      
public class JYTWebServiceSoapImpl implements JYTWebServiceSoap {

    private static final Logger LOG = Logger.getLogger(JYTWebServiceSoapImpl.class.getName());

    /* (non-Javadoc)
     * @see com.founder.service.third.JYTWebServiceSoap#jytappWs(java.lang.String  inXml )*
     */
    public String jytappWs(String inXml) {
        LOG.info("Executing operation jytappWs");
        System.out.println(inXml);
        try {
            String _return = "";
            return _return;
        } catch (Exception ex) {
            ex.printStackTrace();
            throw new RuntimeException(ex);
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy