my dog learned polymorphism
The moose likes Web Services and the fly likes Error generating client stubs using eclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Error generating client stubs using eclipse" Watch "Error generating client stubs using eclipse" New topic
Author

Error generating client stubs using eclipse

Asha Pathik
Ranch Hand

Joined: Feb 08, 2006
Posts: 143
Hi,

I'm trying to create clients using eclipse from a wsdl file and it is giving me following error:


When I checked the wsdl it does have some duplicate names but then it is working fine in current application setup. Any pointers to generate stubs without errors would be really helpful.

Thanks,
Asha


SCJP 1.5
William Barnes
Ranch Hand

Joined: Mar 16, 2001
Posts: 984

Use SoapUI, create a client using the WSDL. See if you get the same error. If not, use SoapUI for your testing.


Please ignore post, I have no idea what I am talking about.
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

Hi Asha,
When I checked the wsdl it does have some duplicate names but then it is working fine in current application setup

If WSDL contains duplicate operation names, it wouldn't work. First, check for well-formedness and validation of WSDL, then generate client stubs.


Cheers,
Naren (SCJP, SCDJWS and SCWCD)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Error generating client stubs using eclipse
 
Similar Threads
Axis2 ,rampart and policy error, please some help
Error while generatting webservice client
The server does not support version 2.0 of the Unknown module specification
Server issue while deploying a Web service
FileNotFoundException in Eclipse when creating a webservice