Hi Glen, Did this change ever get in? I'm still seeing problems with bad namespace URI's
Ted On Mon, 2002-02-11 at 15:34, Glen Daniels wrote: > > > What's the issue here, that namespaces > > should be urn:'s? I think a *much* better solution is to > > allow services to register namespaces which should be > > dispatched to them in the WSDD, so you'd have: > > > > <service name="AdminService" provider="java:MSG"> > > <namespace>urn:AdminService</namespace> > > ... > > </service> > > > > Then we make the matching/dispatch code a little smarter. > > I've got this implemented and ready to check in, but I have to leave for the night >and the functional tests are breaking for me thusly: > > [wsdl2java] java.io.IOException: Type http://xml.apache.org/xml-soap:Map is refe > renced but not defined. > [wsdl2java] at org.apache.axis.wsdl.toJava.SymbolTable.checkForUndefined(Unk > nown Source) > [wsdl2java] at org.apache.axis.wsdl.toJava.SymbolTable.add(Unknown Source) > [wsdl2java] at org.apache.axis.wsdl.toJava.Emitter.emit(Unknown Source) > [wsdl2java] at org.apache.axis.wsdl.WSDL2Java.emit(Unknown Source) > [wsdl2java] at test.wsdl.Wsdl2javaAntTask.execute(Unknown Source) > [wsdl2java] at org.apache.tools.ant.Task.perform(Task.java:217) > [wsdl2java] at org.apache.tools.ant.Target.execute(Target.java:186) > [wsdl2java] at org.apache.tools.ant.Target.performTasks(Target.java:204) > [wsdl2java] at org.apache.tools.ant.Project.executeTarget(Project.java:855) > [wsdl2java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:289) > > (this when doing generation on the MArrayTest.wsdl) > > Anyone else seeing this? I don't see how this could have to do with the changes I >made.... > > --G