import jp.dbcls.togows.soap.*;

public class DdbjGibvGetChIdList {

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

            TogowsDdbjGibvService service = new TogowsDdbjGibvServiceLocator();
            TogowsDdbjGibvPort stub = service.getTogowsDdbjGibvPort();

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

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