WSPortInfo wInfo = new WSPortInfo(portName,
portType,
tMap);
wInfo.setInUse(inUse);
if (unregistered)
wInfo.unregisterPort();
if (endPointLocation != null)
wInfo.setEndPointLocation(endPointLocation);
// add this WS port to the HashMap
wsPortMap.put(portName, wInfo);