serviceClient = new ServiceClient(configContext, null);
} else {
serviceClient = new ServiceClient();
}
Options options = new Options();
serviceClient.engageModule("addressing");
options.setTo(new EndpointReference(endpoint));
// Try obtaining the policy if we don't have it.
if (policy == null) {
if (this.notificationManager != null) {
String policyPath = this.notificationManager.getPropertyValue("securityPolicy");