Debug.p("Resolving with VNS: " + S.realhost + ":" + S.port);
out = BaseClient.rpc(in, S.realhost, S.port);
}
System.out.println(out.toXML());
if (out == null || out instanceof ErrorFrame || strip(out.fgetString("LEVEL")) == null
|| out.fgetString("vinci:ERROR") != null) {
continue; // Check if resolve actually worked
}
return out;
} catch (ServiceException se) {
// Don't need to worry - caused due to an ErrorFrame as the server was unable to