MethodType methodType = portType.addNewMethod();
methodType.setMethodName("invoke");
WSDLGenerator generator = new WSDLGenerator();
Hashtable table = generator.generateWSDL(null, null, null, service.getType(), true);
return (String) table.get(WSDLConstants.AWSDL);
} catch (Exception e) {
throw new RuntimeException(e);
}
}