addressingProperties.setReplyTo(initiator) ;
ParticipantPortType port = ATInteropClient.getParticipantPort(addressingProperties, volatileAndDurableAction);
CoordinationContextManager.setThreadContext(coordinationContext) ;
try
{
port.volatileAndDurable();
}
finally
{
CoordinationContextManager.setThreadContext(null) ;
}