It's handy to enable the axis plugin globally in a
multi-project project but not have it fail for subprojects that
don't need to do any axis processing.
I've included a patch that checks to see that the wsdl url
exists before it does anything.
The patch ignores white space (since there're a lot of
indentation changes due to the additional <if> tags) so that
you get a clearer picture of what's going on.
patch file
Logged In: YES
user_id=653397
the attached patch is essentially the same as the first, except it
does contain the indentation changes.