}
try
{
CreateCoordinationContextResponseType response;
ActivationCoordinatorClient client = ActivationCoordinatorClient.getClient();
response = client.sendCreateCoordination(addressingProperties, coordinationTypeURI, expiresValue, currentContext) ;
return response.getCoordinationContext();
}
catch (final IOException ioe)
{
throw new SoapFault11(ioe) ;