• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Can not generate stubs from this WSDL file

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Eclipse with Websphere 6.1, the webservices runtime are axis or jax-rpc.
When I try to generate the webservice client from this WSDL, it show me a message informing that it is not possible to generate the stubs from this WSDL.
I try to use Axis2 to generates stubs through command line with the WSDL2java.bat file but it only generates me one class.
In the eclipse i use the WTP wizard "Web Service Client" i insert the URI of the WSDL and usually eclipse create the stub class in the project but with the WSDL file that is on the link , the wizard tells me that can not "read" the WSDL file. I already have validated and i can not see what is wrong with that WSDL file.
Can anyone have a clue with what is wrong with this WSDL?

WSDL

Above is the WSDL that i was speaking.

Best Regards

Thanks in advance
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic