You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sanjiva Weerawarana <sa...@opensource.lk> on 2006/04/19 18:16:26 UTC

Re: [jira] Resolved: (AXIS2-587) WSDL2Java generates duplicate fault classes, can't compile generated stub

On Wed, 2006-04-19 at 14:47 +0000, Ajith Harshana Ranabahu (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/AXIS2-587?page=all ]
>      
> Ajith Harshana Ranabahu resolved AXIS2-587:
> -------------------------------------------
> 
>     Resolution: Fixed
> 
> done - Also added a test that generates and compiles the enterprise.wsdl during the build.

Any chance of including a simple main() that gives it a whirl as well?
That'd be ideal IMO.

Sanjiva.


Re: [jira] Resolved: (AXIS2-587) WSDL2Java generates duplicate fault classes, can't compile generated stub

Posted by Simon Fell <so...@zaks.demon.co.uk>.
On Wed, 19 Apr 2006 22:16:26 +0600, in soap you wrote:

>On Wed, 2006-04-19 at 14:47 +0000, Ajith Harshana Ranabahu (JIRA) wrote:
>>      [ http://issues.apache.org/jira/browse/AXIS2-587?page=all ]
>>      
>> Ajith Harshana Ranabahu resolved AXIS2-587:
>> -------------------------------------------
>> 
>>     Resolution: Fixed
>> 
>> done - Also added a test that generates and compiles the enterprise.wsdl during the build.
>
>Any chance of including a simple main() that gives it a whirl as well?
>That'd be ideal IMO.
>
>Sanjiva.

I haven't looked through what tests you have, but i'd highly recommend
having some tests that take in WSDLs, generates the stub, creates
messages from them, then validates the messages against the schema in
the WSDL, seems like that would catch a lot of the issues i've seen.

Cheers
Simon