출발지/목적지검색의 자바 프로그램용 예제 소스입니다.
#parse("/contents/sub03/comCodePre.html")
//입력값
//검색어 stSrch: 가곡(한글 인코딩변환 : %ea%b0%80%ea%b3%a1%ec%b4%88%ea%b5%90)
URI = "http://ws.bus.go.kr/api/rest/pathinfo/getLocationInfo?stSrch=%ea%b0%80%ea%b3%a1%ec%b4%88%ea%b5%90"; // URI을 설정한다.
filename = null; // GET 요청은 요청 파라미터가 필요없음
reqStr = null;
#parse("/contents/sub03/comCodePost.html")