명칭별정류소목록조회의 자바 프로그램용 예제 소스입니다.
#parse("/contents/sub03/comCodePre.html")
//입력값
//정류소명 stSrc: %ea%b0%80%ea%b3%a1%ec%b4%88%ea%b5%90 (한글인코딩)
URI = "http://ws.bus.go.kr/api/rest/stationinfo/getStationByName?stSrch=%ea%b0%80%ea%b3%a1%ec%b4%88%ea%b5%90; //URI을 설정한다.
filename = null; // GET 요청은 요청 파라미터가 필요없음
reqStr = null;
#parse("/contents/sub03/comCodePost.html")