|
|
@ -19,6 +19,7 @@ import javax.net.ssl.SSLSession;
|
|
|
|
import javax.net.ssl.TrustManager;
|
|
|
|
import javax.net.ssl.TrustManager;
|
|
|
|
import javax.net.ssl.X509TrustManager;
|
|
|
|
import javax.net.ssl.X509TrustManager;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
|
|
@ -296,7 +297,7 @@ public class NisIndivBean extends AbstractComponent {
|
|
|
|
|
|
|
|
|
|
|
|
// 차세대 세외수입 연계 서비스 호출 - A01 과태료 대장 단속 정보 등록
|
|
|
|
// 차세대 세외수입 연계 서비스 호출 - A01 과태료 대장 단속 정보 등록
|
|
|
|
String protocol = "https://";
|
|
|
|
String protocol = "https://";
|
|
|
|
String ip = "211.119.124.117";
|
|
|
|
String ip = StringUtils.joinWith(".", "211", "119", "124", "117");
|
|
|
|
String port = ":18080";
|
|
|
|
String port = ":18080";
|
|
|
|
String sUrl = protocol+ip+port+"/intf/lntris/a01/create";
|
|
|
|
String sUrl = protocol+ip+port+"/intf/lntris/a01/create";
|
|
|
|
String sMethod = "POST";
|
|
|
|
String sMethod = "POST";
|
|
|
|