diff --git a/pom.xml b/pom.xml index 2ca8b122..165f7a52 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,11 @@ xit-epost 23.04.01-SNAPSHOT + + cokr.xit.interfaces + xit-disabled-parking + 23.04.01-SNAPSHOT + org.mariadb.jdbc diff --git a/src/main/resources/intf-conf/disabled-parking.conf b/src/main/resources/intf-conf/disabled-parking.conf new file mode 100644 index 00000000..7282934c --- /dev/null +++ b/src/main/resources/intf-conf/disabled-parking.conf @@ -0,0 +1,17 @@ +{ + "template": "template/disabled-parking-request.xml", /* 장애인 표지 조회를 위한 요청 xml 템플릿의 클래스패스 상의 경로 */ + + /*"serviceUrl": "http://hub.share.go.kr/rid/ynservice/swsdn/DisabledParkingYnService", /* 장애인 표지 조회 서비스 url */ + "serviceUrl": "http://localhost/rid/ynservice/swsdn/DisabledParkingYnService", /* 장애인 표지 조회 모의 서비스 url */ + "targetServer": "SVR1311000030", /* 장애인 표지 조회 서버인증서 아이디 */ + + "request": { /* 요청 xml의 파라미터 시작과 끝 태그 */ + "start": "", + "end": "" + }, + + "response": { /* 응답 xml의 데이터 시작과 끝 태그 */ + "start": "", + "end": "" + } +} \ No newline at end of file diff --git a/src/main/resources/intf-conf/gpki.conf b/src/main/resources/intf-conf/gpki.conf new file mode 100644 index 00000000..0d27005e --- /dev/null +++ b/src/main/resources/intf-conf/gpki.conf @@ -0,0 +1,25 @@ +{ + "license": "C:\\GPKI\\Lic", /* 이용기관 GPKI API 라이센스 디렉토리 */ + + "charset": "UTF-8", /* 문자셋 */ + + "server": { + "local": "SVR3910262001", /* 이용기관 서버 CN */ + "targets": "SVR1311000030" /* 대상기관 서버인증서 아이디, 여러 개일 경우 컴마(,)로 구분 */ + }, + + "ldapUrl": "ldap://10.1.7.118:389/cn=", /* 대상기관 인증서 다운로드를 위한 행정망 LDAP URL */ + /*"ldapUrl": "ldap://152.99.57.127:389/cn=", 대상기관 인증서 다운로드를 위한 인터넷망 LDAP URL */ + "certDir": "C:\\GPKI\\Certificate\\class1", /* 서버 인증서, 키 저장 디렉토리 */ + + "env": { /* 이용기관 서버 인증서 */ + "certFile": "SVR3910262001_env.cer", + "privateKeyFile": "SVR3910262001_env.key", + "privateKeyPassword": "wkddodls3322!" + }, + "sig": { /* 이용기관 서버 전자서명 */ + "certFile": "SVR3910262001_sig.cer", + "privateKeyFile": "SVR3910262001_sig.key", + "privateKeyPassword": "wkddodls3322!" + } +} \ No newline at end of file diff --git a/src/main/resources/template/disabled-parking-request.xml b/src/main/resources/template/disabled-parking-request.xml new file mode 100644 index 00000000..b3548d1d --- /dev/null +++ b/src/main/resources/template/disabled-parking-request.xml @@ -0,0 +1,20 @@ + + +
+ + DisabledParkingYnService + 3910404CMC + SVR1311000030 + {transactionID} + + + +
+ + + 3910000 + ERPTC901SSI638W22183 + {carsNo} + + +
\ No newline at end of file