Re: Axis2 Test generator

2006-08-01 Thread Davanum Srinivas
David, Axis2's WSDL2Java has an option to generate a junit test case. We could make sure that it works now and enhance that as appropriate. -- dims On 8/1/06, David Wheeler <[EMAIL PROTECTED]> wrote: Venkata: I was planning on at least using the WSDL2Java M1 tool to generate the java interface

Re: Axis2 Test generator

2006-08-01 Thread David Wheeler
Venkata: I was planning on at least using the WSDL2Java M1 tool to generate the java interface, but I'm not sure of the value beyond that. Ant: To generate the dummy data, The code in 419 definitly looks like it can be of alot of use. Thanks. -David On 8/1/06, ant elder < [EMAIL PROTECTED]> wro

Re: Axis2 Test generator

2006-08-01 Thread ant elder
Hi David, yes this sounds like something that could be useful. How do you plan on generating the dummy data? There's already some code for this that Venkat has done for creating empty XML instances from a WSDL, see TUSCANY-419, hopefully you'll be able to reuse and enhance that code. ...ant On

Re: Axis2 Test generator

2006-07-31 Thread Venkata Krishnan
Hi, How do you plan to generate the classes? Do you intend using the WSDL2Java tools we used to have in M1? Thanks - Venkat On 8/1/06, David Wheeler <[EMAIL PROTECTED]> wrote: Hi, I've been working, with Raymond's help, on a system to generate a test based around a given wsdl. The system woul

Axis2 Test generator

2006-07-31 Thread David Wheeler
Hi, I've been working, with Raymond's help, on a system to generate a test based around a given wsdl. The system would generate not just classes, but dummy data to be sent using SCA axis bindings. Checking that the data was successfully bounced from client to server and back. Does this sound like