Re: Code generation not working

2007-01-30 Thread Lucas Theisen
Lahiru, I got Axis2 installed along with the eclipse plugin. I then tried to generate code using the xmlbeans databinding inside of eclipse. It appears to generate code, however, the generated code is unable to find any of the org.apache.anything libraries. Also, I noticed it created

Re: Code generation not working

2007-01-30 Thread Lucas Theisen
Lahiru, Also, I forgot to mention, if I try to Create a jar file of codegen result project and add to resulted project lib folder and suply a file name I get the following exception: An error occurred while completing process - java.lang.InterruptedException: Compile failed; see the compiler

Re: Code generation not working

2007-01-30 Thread Lahiru Sandakith
Hi Lucus, Could you please attach the full wsdl then we can easily look in to this. On 1/30/07, Lucas Theisen [EMAIL PROTECTED] wrote: | Also, I noticed it createdorg.xmlsoap.schemas.soap.encoding classes which are only indirectly | included, not at all part of the types section of my wsdl.

Re: Code generation not working

2007-01-30 Thread Amila Suriarachchi
On 1/30/07, Lucas Theisen [EMAIL PROTECTED] wrote: Lahiru, I got Axis2 installed along with the eclipse plugin. I then tried to generate code using the xmlbeans databinding inside of eclipse. It appears to generate code, however, the generated code is unable to find any of the

Re: Code generation not working

2007-01-27 Thread Lahiru Sandakith
Hi Lucas, This is fixed now, please try the same download. Thanks sandakith On 1/26/07, Lucas Theisen [EMAIL PROTECTED] wrote: Amila, It looks like I was using axis1 (which was what came standard with WebSphere App Server Community Edition, based on geronimo). Axis2 should be deployable to

Re: Code generation not working

2007-01-26 Thread Lucas Theisen
Amila, It looks like I was using axis1 (which was what came standard with WebSphere App Server Community Edition, based on geronimo). Axis2 should be deployable to geronimo right? Also, all the links to the eclipse plugin give 404 File Not Found errors. Do you know anywhere else i can get

Code generation not working

2007-01-25 Thread Lucas Theisen
Hi, I am trying to generate code from a .wsdl file. I have defined the schema based on an application with an existing SOAP API. The schema has a bunch of complexType's. It is my understanding that each named complex type should be generated as its own class, which is not happening. This

Re: Code generation not working

2007-01-25 Thread Amila Suriarachchi
Are you using Axis2 or Axis1? Can you try eclipse plugin at http://ws.apache.org/axis2/tools/1_1/eclipse/wsdl2java-plugin.html On 1/25/07, Lucas Theisen [EMAIL PROTECTED] wrote: Hi, I am trying to generate code from a .wsdl file. I have defined the schema based on an application with an