SOAP 1.1 fault message

<?xml version="1.0" encoding="UTF-8"?> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"> <soap11:Body> <soap11:Fault> <faultcode>soap11:Client</faultcode> <faultstring>Client Error</faultstring> <detail> <soapjms:unrecognizedBindingVersion xmlns:soapjms="http://www.w3.org/2010/soapjms/"/> </detail> </soap11:Fault> </soap11:Body> </soap11:Envelope>