((WorkspacePortType) this.portType).getResourceProperty(
Constants_GT4_0.RP_LOGISTICS);
final MessageElement msg = resp.get_any()[0];
final Logistics log = (Logistics)
ObjectDeserializer.toObject(msg, Logistics.class);
final VirtualNetwork_Type t_network = log.getNetworking();
final Networking net;
if (t_network == null ||
t_network.getNic() == null ||
t_network.getNic().length == 0) {