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 Steve Loughran <st...@apache.org> on 2004/10/30 00:26:38 UTC

re: changes to wsdl2java

On 29 Oct 2004 20:25:25 -0000, tomj@apache.org <to...@apache.org> wrote:
> tomj        2004/10/29 13:25:25

>   NOTE: I can't seem to verify that the ant task will work with this
syntax:
>   <wsdl2java url="jaxrpc11types.wsdl" jaxrpc11mappings="yes">
> 
>   Can someone with ant mojo double check that I updated the task
correctly?

I'll take a look, and regen the docs at the same time. 

One style recommendation: how about having a mappings enum

mappings="jaxrpc11" 

that way, you can add different mappings over time, and dont have to add
new attrs or deal with inconsistent state.

-steve