// We get the AuthManager and pass it to the WSDLHelper
// once the sampler is updated to Axis, all of this stuff
// should not be necessary. Now I just need to find the
// time and motivation to do it.
WebServiceSampler sampler = (WebServiceSampler) this.createTestElement();
AuthManager manager = sampler.getAuthManager();
HELPER = new WSDLHelper(url, manager);
HELPER.parse();
return HELPER.getWebMethods();
} catch (Exception exception) {
JOptionPane.showConfirmDialog(this, JMeterUtils.getResString("wsdl_helper_error"), "Warning",