• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Maven script for wsdl2java

 
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi
Can some one help me with generating client from wsdl ,by jax-rpc using maven ?

Thanks
Sudharshan Tettu
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do any of these help:
http://mojo.codehaus.org/wsdl2java-maven-plugin/
http://mojo.codehaus.org/axistools-maven-plugin/wsdl2java-mojo.html
 
sudharshan tettu
Ranch Hand
Posts: 126
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Peter
But they are using axis's jar. do you have idea what jar IBM RAD uses to generate a jax-rpc based client? so i can also use the same thing to generate using maven.

Regards
Sudharshan Tettu
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't use RAD, so no I don't. However, even if I use bare Eclipse, I would not let Eclipse dictate to me which flavor of WS to use, I would pick my own and use that.
reply
    Bookmark Topic Watch Topic
  • New Topic