import jp.dbcls.togows.soap.*;

public class DdbjGtpsGetChIdList {

    public static void main(String[] args) {
        try {

            TogowsDdbjGtpsService service = new TogowsDdbjGtpsServiceLocator();
            TogowsDdbjGtpsPort stub = service.getTogowsDdbjGtpsPort();

            String result = stub.ddbjGtpsGetChIdList();
            System.out.println(result);

        } catch (Exception e) {
            e.printStackTrace();
        }
    }
}
