장애인 표지 조회 연계
parent
7594ca9efd
commit
efe88d941c
@ -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": "<getDisabledParkingYn xmlns=\"http://ccais.mopas.go.kr/dh/rid/services/swsdn/DisabledParkingYn/types\">",
|
||||||
|
"end": "</getDisabledParkingYn>"
|
||||||
|
},
|
||||||
|
|
||||||
|
"response": { /* 응답 xml의 데이터 시작과 끝 태그 */
|
||||||
|
"start": "<getDisabledParkingYnResponse xmlns=\"http://ccais.mopas.go.kr/dh/rid/services/swsdn/DisabledParkingYn/types\">",
|
||||||
|
"end": "</getDisabledParkingYnResponse>"
|
||||||
|
}
|
||||||
|
}
|
@ -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!"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
|
||||||
|
<Header>
|
||||||
|
<commonHeader xmlns="http://ccais.mopas.go.kr/dh/rid/services/swsdn/DisabledParkingYn/types">
|
||||||
|
<serviceName>DisabledParkingYnService</serviceName>
|
||||||
|
<useSystemCode>3910404CMC</useSystemCode>
|
||||||
|
<certServerId>SVR1311000030</certServerId>
|
||||||
|
<transactionUniqueId>{transactionID}</transactionUniqueId>
|
||||||
|
<userDeptCode></userDeptCode>
|
||||||
|
<userName></userName>
|
||||||
|
</commonHeader>
|
||||||
|
</Header>
|
||||||
|
<Body>
|
||||||
|
<getDisabledParkingYn xmlns="http://ccais.mopas.go.kr/dh/rid/services/swsdn/DisabledParkingYn/types">
|
||||||
|
<ReqOrgCd>3910000</ReqOrgCd>
|
||||||
|
<ReqBizCd>ERPTC901SSI638W22183</ReqBizCd>
|
||||||
|
<CARS_NO>{carsNo}</CARS_NO>
|
||||||
|
</getDisabledParkingYn>
|
||||||
|
</Body>
|
||||||
|
</Envelope>
|
Loading…
Reference in New Issue