| 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)
|
 |
 |
|
|
subject: Error generating client stubs using eclipse
|
|
|