Davanum Srinivas wrote:
look at helpergen option on wsdl2java.
Hi Davanum!
Thanks for that information. However, I couldn't glean any further use
or meaning out of the
docs on how to use the HelperGen function? How do I use it?
I have found the following though:
1. Instead of rewriting the "caller" functions from the xxxBindingImpl
class, I can simply
modify the generated class to inherit it from the original
implementation. (Of course
deleting the contents of the extending class. This seems to work.
2. This approach seems like a less risky one compared to manually
writing "wrapper"
calls to the original class from within the generate xxxBindingImpl
class. I am wondering
why many articles and tutorials encourage you to do the wrapper approach
instead?
Is there anything wrong with simply inheriting from the original class?
My only objective is to avoid tinkering with the generated classes. I
really hope I
am not asking too much from Axis! :)
Any comments welcome.
Kind regards
Abdullah