clientOptions.setCallTransportCleanup(true);
if(this.addressingNs != null) {
clientOptions.setProperty(AddressingConstants.WS_ADDRESSING_VERSION, this.addressingNs);
}
client.engageModule("addressing");
client.engageModule("rampart");
//Process the STS and service policy policy
this.processPolicy(issuerPolicy, servicePolicy);
OMElement response = client.sendReceive(rstQn,