Re: Own WebService Implementation classes

2004-07-28 Thread MArtin Schumacher
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

Re: Own WebService Implementation classes

2004-07-28 Thread smcardle
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

Own WebService Implementation classes

2004-07-28 Thread MArtin Schumacher
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