Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Reproduce WTP client generation in ant
Reproduce WTP client generation in ant [message #213002] Sun, 27 April 2008 14:12
Eclipse UserFriend
Originally posted by: dajudge.t-online.de

Hi all,

I am trying to reproduce the client generation for axis2 webservices
using an ANT task for automatic builds.

Everything works nicely up to the point where I want to use the
generated webservice stub. I am using ADB as databinding method, and in
WTP I get parameter container objects with nice function names like
setUser(), setToken() etc.

Trying the same using the axis2 ant task results in rather ugly
setParam0(), setParam1() etc.

Of course that breaks client code relying on the nice function naming of
WTP.

So my question is: how do you guys produce the nice function names? Is
this WTP specific code? Or is there a way to tell the axis2 code
generator to use this convention?

Thanks for your help!

Alex
Previous Topic:How to access project dir from server deploy ant
Next Topic:Where to put JARs that shouldn't be deployed ?
Goto Forum:
  


Current Time: Tue Apr 23 09:39:17 GMT 2024

Powered by FUDForum. Page generated in 0.03079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top