final AddressingProperties inboundAddressProperties
= (AddressingProperties)ctx.get(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND);
final ArjunaContext arjunaContext = ArjunaContext.getCurrentContext(ctx);
try {
SoapFaultType soapFaultType = SoapFaultType.toState(soapFaultTypeName);
soapFault = new SoapFault11(soapFaultType, subcode, reason);
} catch (Exception e) {
String message = WSTLogger.log_mesg.getString("com.arjuna.webservices11.wsarjtx.sei.TerminationParticipantPortTypeImpl_1");
throw new WebServiceException(message, e);
}