SoapClient client = XMLBeansHelper.createSoapClient(transport);
return new ActiveSOAPNotificationConsumer(client);
}
public static ActiveSOAPNotificationConsumer newSoapHttpInstance(String url) throws MalformedURLException {
return newSoapInstance(new HttpTransportClient(url));
}