• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

java2wsdl, wsdl2java plugin jars

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

I am looking to download

java2wsdl, wsdl2java plugin jars.

I searched in apache site etc which links are not working and broken . Pleasse provide me working links.
I am building simple webservice project using Axis 2 on eclipse IDE.
Any ideas, suggestions, links, resources highly appreciated. .Thanks in advanc
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am tired of trying to download these plugins. All the mirrors on which these plugins are hosted are broken.

From where should I download? I need axis2 1.3 eclipse plugins.
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just a few notes:

1. WSDL2Java and Java2WSDL are in org.apache.axis.wsdl package and should be in axis.jar that comes with your Axis2 download (at least with 1.5). You can find numerous examples of invoking these classes directly or via Ant.
2. This page (as you probably know) lists the tools: http://ws.apache.org/axis2/tools/index.html
3. All of the tools are compatible with Axis2 1.4 but not 1.5. You can try to use them with 1.5, but you will run into issues sooner or later
4. Yes, most of the links are broken, unfortunately. So instead of clicking on ftp://apache.cs.utah.edu/apache.org/ws/axis2/tools/1_4/axis2-eclipse-codegen-wizard-1.4.zip, you can try going into it one directory at a time. So first go here: ftp://apache.cs.utah.edu/apache.org/ws/axis2/ - this way I am guessing you will have a good chance of success And you will also notice that the directory paths have changed, e.g. its not 1_4 but 1_4_1. But its there.



 
Sagar Kale
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Srini, I downloaded it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic