if (response == "Retry") {
// then person wants to retry
System.out.println("NSCC: retry requested");
try {
String processService = "A";
final NetChannelLocation serverLoc = CNS.resolve(processService);
final NetChannelOutput toServer = NetChannelEnd.createOne2Net(serverLoc);
final NetChannelInput processReceive = Mobile.createNet2One();
toServer.write(processReceive.getChannelLocation());
final MobileProcess theProcess = (MobileProcess) processReceive.read();
System.out.println("The access client has been received for service ");