Commit 3d8a4a9d authored by 曲欣红's avatar 曲欣红

1

parent 7fddc5b6
......@@ -3,7 +3,7 @@ package com.egolm.sso.service;
import javax.jws.WebMethod;
import javax.jws.WebService;
@WebService(targetNamespace = "http://price_list.sso.egolm.com")
@WebService(targetNamespace = "http://shipping_notification.sso.egolm.com")
public interface ShippingNotificationService {
@WebMethod
......
......@@ -3,7 +3,7 @@ package com.egolm.sso.service;
import javax.jws.WebMethod;
import javax.jws.WebService;
@WebService(targetNamespace = "http://price_list.sso.egolm.com")
@WebService(targetNamespace = "http://so-confirm-quotation.sso.egolm.com")
public interface SoConfirmQuotationService {
@WebMethod
......
......@@ -30,7 +30,7 @@ import com.egolm.sso.util.StringUtil;
import com.egolm.sso.util.XMLUtil;
@Component
@WebService(serviceName = "ShippingNotificationService", targetNamespace = "http://price_list.sso.egolm.com", endpointInterface = "com.egolm.sso.service.ShippingNotificationService")
@WebService(serviceName = "ShippingNotificationService", targetNamespace = "http://shipping_notification.sso.egolm.com", endpointInterface = "com.egolm.sso.service.ShippingNotificationService")
public class ShippingNotificationServiceImpl implements ShippingNotificationService {
@Autowired
......
......@@ -28,7 +28,7 @@ import com.egolm.sso.util.StringUtil;
import com.egolm.sso.util.XMLUtil;
@Component
@WebService(serviceName = "SoConfirmQuotationService", targetNamespace = "http://price_list.sso.egolm.com", endpointInterface = "com.egolm.sso.service.SoConfirmQuotationService")
@WebService(serviceName = "SoConfirmQuotationService", targetNamespace = "http://so_confirm_quotation.sso.egolm.com", endpointInterface = "com.egolm.sso.service.SoConfirmQuotationService")
public class SoConfirmQuotationServiceImpl implements SoConfirmQuotationService{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment