* @throws IOException
* Error accessing the file.
*/
private void getWsdl(HttpServletRequest request,
HttpServletResponse response) throws IOException {
WSDLFactory factory = new WSDLFactoryImpl();
WSDLReader reader = factory.newWSDLReader();
WSDLWriter writer = factory.newWSDLWriter();
String wsdllocation = ctx.getRealPath("/wfxml.wsdl");
File file = new File(wsdllocation);
try {