try {
client.setOptions(uriString, (0 != soapString.length()), fileName);
if (svc.equals("Dispatch")) {
result = client.testMtomWithDispatch(result);
} else {
result = client.testMtomWithProxy(result, getServletConfig().getServletContext().getResource("/WEB-INF/wsdl/ImageDepot12.wsdl"));
}
}
catch (Exception e) {
result = result.concat("ERROR: SERVLET EXCEPTION " + e);
System.out.println(">>SERVLET: EXCEPTION " + e);