MessageFormatter messageFormatter =
populateCommonProperties(msgContext, url, getMethod, httpClient, soapActiionString);
// Need to have this here because we can have soap action when using the soap response MEP
String soapAction =
messageFormatter.formatSOAPAction(msgContext, format, soapActiionString);
if (soapAction != null) {
getMethod.setRequestHeader(HTTPConstants.HEADER_SOAP_ACTION, soapAction);
}
try {