Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 240339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:39:30+00:00 2026-05-11T20:39:30+00:00

I would like to know if anyone can recommend a good library to generate

  • 0

I would like to know if anyone can recommend a good library to generate java webservices stubs as clients.

Currently I’m using a product which has embedded a generator which only needs the WSDL and then creates the needed classes and methods.

My problems is it throws warnings and doesn’t create any method for some webservices I’m trying to use.

The real problem is it doesn’t explain what the problem is ( so I can go with the owner of the webservice and have it modified ) nor let me modify the ouput so I can probably fix the problem my self.

Yet, the owners of the webservices ( because this happens with several different ws ) say their ws runs fine and actually if I use soapUI they actually work!!!

I took a quick look at the libraries used by soapUI it self and I looks promising.

I know there is Axis which should do the work, but my concern is that my failing generator is using that library already ( which makes me thing it will fail again )

And lately I don’t know if these two libraries generate the java source stub or only have methods like

Object [] args = ...;
service.inkvoke("updateCustomer", args );

When what I would like to have is something like:

CustomerWs cws = ....
cws.updateCustomer(custId, custName, custAddress /*etc*/ );

So, anyone has a GOOD ws stubs generator that can recommend?

I’m about to handcode my own, but it will definitely take several days to be acceptable

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:39:30+00:00Added an answer on May 11, 2026 at 8:39 pm

    What are you currently using? I use Axis Wsdl2Java as an Ant task. It generates the types of stubs you want. Works great, though setting up the classpath for running the build was a bit of a pain in Eclipse (there were a handful of jars I needed to track down and include). In my ant buildfile it looks like this:

    <taskdef name="axis-wsdl2java" classname="org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask" />
    <target name="foo">
    <axis-wsdl2java
                  output="${build.dir}"
                  testcase="false"
                  verbose="true"
                  typemappingversion="1.2"
                  url="http://ws.domain.com/url/of/WebService?wsdl" />
    <!-- Compile, etc... -->
    </target>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know if anyone can help me out with a problem
I'm developing a DAO using Spring JdbcDaoSupport and would like to know if anyone
I would like to know if anyone can help me with my method. I
Does anyone know of, or can recommend, a library that can recursively visualize an
I would like to know if anyone sees a pattern in the sequence given
I would like to know how Gmail (or anyone else) does comet on Opera.
Does anyone know of an equivalent to FxCop/StyleCop for Delphi? I would really like
i would like know some reference. I know i can googling it. but prefer
Would like to know what a programmer should know to become a good at
I would like to know what guys are using to make diagram of your

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.