no message

main
이범준 1 year ago
parent cda449c0a5
commit 563437b16a

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
package externalsystem.car.service.impl; package testserver.wsdlserver.lvisserver;
import java.util.logging.Logger; import java.util.logging.Logger;
@ -24,16 +24,6 @@ import javax.annotation.Resource;
import cokr.xit.foundation.data.DataObject; import cokr.xit.foundation.data.DataObject;
import externalsystem.car.dao.CarMapper; import externalsystem.car.dao.CarMapper;
import testserver.wsdlserver.lvisserver.CarRegBasicInfo;
import testserver.wsdlserver.lvisserver.FindRegBasicParameter;
import testserver.wsdlserver.lvisserver.FindRegBasicReturn;
import testserver.wsdlserver.lvisserver.FindRegBasicReturnEaiResponseRsRecord;
import testserver.wsdlserver.lvisserver.FindRegBasicTestParameter;
import testserver.wsdlserver.lvisserver.FindRegBasicTestReturn;
import testserver.wsdlserver.lvisserver.FindVhrnoBasicInfoCopertnOwnerParameter;
import testserver.wsdlserver.lvisserver.FindVhrnoBasicInfoCopertnOwnerReturn;
import testserver.wsdlserver.lvisserver.ResultMessage;
import testserver.wsdlserver.lvisserver.WsRequestContext;
@javax.jws.WebService(name = "CarRegBasicInfo", portName = "CarRegBasicInfoPort",serviceName = "CarRegBasicInfoImplService", @javax.jws.WebService(name = "CarRegBasicInfo", portName = "CarRegBasicInfoPort",serviceName = "CarRegBasicInfoImplService",
targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo", targetNamespace = "componentNs:carregbasicinfo.reg.service.lvis/service.reg.CarRegBasicInfo",

@ -16,7 +16,7 @@
* specific language governing permissions and limitations * specific language governing permissions and limitations
* under the License. * under the License.
*/ */
package cokr.xit.custom.boot; package testserver.wsdlserver.lvisserver;
import javax.xml.ws.Endpoint; import javax.xml.ws.Endpoint;
@ -26,8 +26,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
import externalsystem.car.service.impl.CarRegBasicInfoImpl;
@Configuration @Configuration
public class WebServiceConfig { public class WebServiceConfig {
Loading…
Cancel
Save