Hi Steve,
hmm... this sounds like a lot of copying for me... :( And I want to
generate the Webservice-Implementation Class with my MDA-Tool. I just
don't want to hack anything about Webservices at all in my concrete
project. This Implementation-Class is also a Forwarder
(Delegation-Pattern). Bu
Hi Martin,
You can just use the the generated Impl class as a forwarder to your class. If
you instanciate your own class and then call your methods from the generated
Impl class.
This works fine for me. As WSDL2Java will not recreate or overwrite the Imple
class once it exists. If I have new m
Hi,
I am trying Axis since a few days and I am getting quite comfortable
with it. Just the bad ant-support or better the bad documentation for
the ant-support is quite hard to handle...
Until now I figured out a lot about axis and ant. But now I am at a
wired point:
I try to generate the WSDD f