Thanks Mauro. It seems that spaces or illegal characters in my path was the problem
-----Original Message----- From: Mauro Molinari [mailto:[EMAIL PROTECTED] Sent: 20 June 2008 08:38 To: [email protected] Subject: Re: problem using an external schema in a wsdl Caffrey, Colm ha scritto: > > Ive attched the WSDL and XSD files im working with > > The message I get is: > > Illegal character in path at index 42: > file:/C:/..../META-INF/testService.wsdl (wasn't it file:/C:/..../META-INF/testService.xsd rather?) The WSDL seems ok, maybe the path in which the WSDL and the XSD are contains spaces and WSDL2Java doesn't like that? Try to switch to a path without spaces. It would be useful to know the full path instead of "file:/C:/..../META-INF/testService.wsdl", to see which is the character at index 42... -- Mauro Molinari Software Developer [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
