private TerminationCoordinatorPortType getPort(
     final W3CEndpointReference endpoint,
     final MAP map,
     final InstanceIdentifier identifier,
     final String action) {
   // we only need the message id from the addressing properties as the address is already wrapped
   // up
   // in the ednpoint reference. also the identifier should already be installed in the endpoint
   // reference as a reference parameter so we don't need that either
   AddressingHelper.installNoneReplyTo(map);
   return WSARJTXClient.getTerminationCoordinatorPort(endpoint, action, map);
 }