//FIXME: this is a hack, WSDLDefinitionRegistry should not be created here
if (wsdlRegistry == null) {
try {
wsdlRegistry = new WSDLDefinitionRegistryImpl();
Monitor monitor = new Monitor() {
public void readingWSDL(String namespace, URL location) {
}
public void cachingDefinition(String namespace, URL location) {
}