public static InitiatorPortType getInitiatorPort(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
Sc007Service service = getSc007Service();
InitiatorPortType port = service.getPort(InitiatorPortType.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