Well, actually that's the problem: my validator is saying it is valid... I use the Web Service Tools plugin of Eclipse. I included the WSDL-file in the attachment. If someone with a better validator could run it for me, I'd be very grateful.
Bram Op Thursday 18 mei 2006 16:20, schreef robert lazarski: > You could try one of the wsdl validation tools on the market. Don't know of > an open source one. Trial maybe. I use the cape clear soa editor, but its > no longer available for free download. > > HTH, > Robert > http://www.braziloutsource.com/ > > On 5/18/06, Bram Biesbrouck <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I used Axis2 0.94 to produce some of the Java-code in my > > webservice-project. > > I decided to upgrade the framework to version 1.0, but WSDL2Java is > > complaining: > > Exception in thread "main" > > org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL > > at > > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>( > > CodeGenerationEngine.java:96) > > at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32) > > at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:22) > > Caused by: WSDLException: faultCode=INVALID_WSDL: IO Error: Absolute URL > > required with null context: InstrudeoService.wsdl: > > java.net.MalformedURLException: Absolute URL required with null context: > > InstrudeoService.wsdl > > > > I won't imbed the WSDL file since it is just too large, but I guess this > > is a > > well known syntax mistake. Any help? > > > > Bram
