import jp.dbcls.togows.soap.*;

public class DdbjGibGetChIdList {

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

            TogowsDdbjGibService service = new TogowsDdbjGibServiceLocator();
            TogowsDdbjGibPort stub = service.getTogowsDdbjGibPort();

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

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