msg);
msg.send(url, getSoapActionURI(), msgEnv);
// receive response envelope
env = msg.receiveEnvelope();
} catch (SOAPException exn) {
Trc.exception(exn);
WSIFException e =
new WSIFException("SOAP Exception: " + exn.getMessage());
e.setTargetException(exn);