Re: WSDL2Java & import

2004-12-29 Thread Anne Thomas Manes
You must use to import a schema, not . something like this: ... ... Then you must reference elements from the schema using their fully qualified element names (bar:...) Anne On Tue, 28 Dec 2004 20:10:52 +0100, laura baño <[EMAIL PROTECTED]> wrote: > Hello ever

WSDL2Java & import

2004-12-28 Thread laura baño
Hello everybody,   I'm using WSDL2Java and I'd like to know how to import a schema that is not present in my .wsdl file. I have already imported the schema with "import" in my .wsdl file but It doesn't work at all. Is there another way to make it? Could anyone help me?   Thanks in advance.