RE: Problem using java2wsdl

2008-06-04 Thread Adriana Verdejo
myproject.mycomponent.mymodule2.otherService2; public interface myService extends otherService1, otherService2 { } Thanks, Adriana. _ De: pierre betz [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 04 de junio de 2008 12:04 Para: axis-user@ws.apache.org Asunto: Re: Problem using java2wsdl

Re: Problem using java2wsdl

2008-06-04 Thread pierre betz
PROTECTED] *Enviado el:* Miércoles, 04 de Junio de 2008 05:23 a.m. *Para:* axis-user@ws.apache.org *Asunto:* RE: Problem using java2wsdl Dear Pierre, thanks for your fast answer, but I did it before and the error was the same.. I mean... C:\axis2-1.2\axis2-1.2\binjava2wsdl

RE: Problem using java2wsdl

2008-06-04 Thread Adriana Verdejo
generating codejava.lang.ClassNotFoundException: C:\PruebaWSDL\bin\eu\myproject\mycomponent\myService _ De: Perez Arbulu, Ibai [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 04 de junio de 2008 12:28 Para: axis-user@ws.apache.org Asunto: RE: Problem using java2wsdl I Would try

Re: Problem using java2wsdl

2008-06-04 Thread Paul Fremantle
Adriana Maybe you don't even need to use java2wsdl. Are you deploying a Java class as a service? If so, then Axis2 automatically generates the WSDL for you. Paul On Wed, Jun 4, 2008 at 10:48 AM, Adriana Verdejo [EMAIL PROTECTED] wrote: Hi all, I am new using axis and I am very lost. I would

RE: Problem using java2wsdl

2008-06-04 Thread Perez Arbulu, Ibai
I Would try with a different classpath. Documents and settings is not advisable at all. De: Adriana Verdejo [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 04 de Junio de 2008 05:23 a.m. Para: axis-user@ws.apache.org Asunto: RE: Problem using java2wsdl

Re: Problem using java2wsdl

2008-06-04 Thread pierre betz
i tried the same, and I think it's maybe your code which have a problem. I'm not an expert in java2wsdl, but maybe the problem is in your code files, in fact the interface is not a class, so maybe you need to put the class path after cn, and not the interface. as I don't have your files, I can't

RE: Problem using java2wsdl

2008-06-04 Thread Adriana Verdejo
Really, I had testing something as simple as that (please find attached the simple project...) _ De: pierre betz [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 04 de junio de 2008 12:46 Para: axis-user@ws.apache.org Asunto: Re: Problem using java2wsdl i tried the same, and I think