// don't think we ever need this as we get a registration port from the endpoint ref returned by
// the activation port request
public static ParticipantPortType getParticipantPort(AddressingProperties addressingProperties, String action)
{
// TODO - we need the 2.1 verison of Service so we can specify that we want to use the WS Addressing feature
ParticipantService service = getParticipantService();
ParticipantPortType port = service.getPort(ParticipantPortType.class);
BindingProvider bindingProvider = (BindingProvider)port;
AttributedURI toUri = addressingProperties.getTo();
List<Handler> customHandlerChain = new ArrayList<Handler>();
/*
* we have to add the JaxWS WSAddressingClientHandler because we cannot specify the WSAddressing feature