• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Regarding web servives

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you suggest me a way to extract from an already existing wsdl url where the services are listed.thanks in advance
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly do you mean by "extract"? A WSDL describes the web service in detail. What else are you looking for?
[ October 10, 2007: Message edited by: Ulf Dittmer ]
 
pavitra jayaraman
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am sorry for my ambiguity.i wanted to just display the classes in wsdl using eclipse web service client.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by pavitra jayaraman:
i wanted to just display the classes in wsdl using eclipse web service client.



A WSDL doesn't describe any classes. It describes request and response messages. Therefore you will have to use your tool to actually translate the WSDL to Java classes and then use the usual facilities to browse the resulting class hierarchies.

Axis 2 example: Code Generator Wizard - eclipse Plug-in: Operation WSDL2Java

i need to perform this task and can you please suggest some web sites where i can learn them in detail....thanks in advance



Please check the web services FAQ.
 
Don't touch me. And dont' touch this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic