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

1

parent 7fddc5b6
...@@ -3,7 +3,7 @@ package com.egolm.sso.service; ...@@ -3,7 +3,7 @@ package com.egolm.sso.service;
import javax.jws.WebMethod; import javax.jws.WebMethod;
import javax.jws.WebService; import javax.jws.WebService;
@WebService(targetNamespace = "http://price_list.sso.egolm.com") @WebService(targetNamespace = "http://shipping_notification.sso.egolm.com")
public interface ShippingNotificationService { public interface ShippingNotificationService {
@WebMethod @WebMethod
......
...@@ -3,7 +3,7 @@ package com.egolm.sso.service; ...@@ -3,7 +3,7 @@ package com.egolm.sso.service;
import javax.jws.WebMethod; import javax.jws.WebMethod;
import javax.jws.WebService; import javax.jws.WebService;
@WebService(targetNamespace = "http://price_list.sso.egolm.com") @WebService(targetNamespace = "http://so-confirm-quotation.sso.egolm.com")
public interface SoConfirmQuotationService { public interface SoConfirmQuotationService {
@WebMethod @WebMethod
......
...@@ -30,7 +30,7 @@ import com.egolm.sso.util.StringUtil; ...@@ -30,7 +30,7 @@ import com.egolm.sso.util.StringUtil;
import com.egolm.sso.util.XMLUtil; import com.egolm.sso.util.XMLUtil;
@Component @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 { public class ShippingNotificationServiceImpl implements ShippingNotificationService {
@Autowired @Autowired
......
...@@ -28,7 +28,7 @@ import com.egolm.sso.util.StringUtil; ...@@ -28,7 +28,7 @@ import com.egolm.sso.util.StringUtil;
import com.egolm.sso.util.XMLUtil; import com.egolm.sso.util.XMLUtil;
@Component @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{ 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