305306307308309310311312313314315
service.mapType( new QName("http://wsiftypes.inout/", "arrayofint"), Class.forName("[I")); Inout stub = (Inout) service.getStub(portName, Inout.class); if (cmd.equals(ADDRESS)) address(stub); else if (cmd.equals(NULLNAME)) nullname(stub);