public String getContentType(String wsdl, String serviceName, Properties httpClientProps) throws IOException {
return service.getContentType(wsdl, serviceName, httpClientProps);
}
public String mergeResponseTemplate(String wsdl, String operation, String serviceName, String response, Properties httpClientProps, String smooksResource, String soapNs) throws IOException, UnsupportedOperationException, SAXException {
return service.mergeResponseTemplate(wsdl, operation, null, response, httpClientProps, smooksResource, soapNs);
}
};
setSoapUIInvoker(soapUIInvoker);
} catch (ConfigurationException e) {