String body = soapMessage.getSOAPBody().getTextContent();
body = Pattern.compile("\\s*|\t|\r|\n").matcher(body).replaceAll("");
log.info("[body]:{}", body);
String body = soapMessage.getSOAPBody().getTextContent();
body = Pattern.compile("\\s*|\t|\r|\n").matcher(body).replaceAll("");
log.info("[body]:{}", body);