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

Create WEbService from WSDL ? Is it possible JAX-WS

 
Ranch Hand
Posts: 230
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have thoroughly browsed the net and all examples include creating a webservice by using implementation classes and then generating the artifacts (including the WSDL) for the client. I wanted to know is there a way to use JAX-WS to create a webservice from an existing WSDL (so that all the annotations in the implementation class is already done for me)??
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your JDK/bin directory contains a wsimport.exe file. You can use it to create Java sources files from a given WSDL.
 
Rajesh Khan
Ranch Hand
Posts: 230
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jim Pouwels wrote:Your JDK/bin directory contains a wsimport.exe file. You can use it to create Java sources files from a given WSDL.


Thanks
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
In my case, I have a WSDL file and trying to post it somewhere to be able to invoke it. any idea where/how I should do this? the fact I post my WSDL in a server something will be attached to the WSDL???
It seems that posting it on my public folder of my dropbox not good enough!
I thought that WSDL file = Web service!! What are the differences???
this is my first Web service, trying to add some notations, but I need to see one service in action first.
I choose to edit the WSDL using a simple editor.
I invoke WS using an online tool...
Many thanks for your help
Hanane
 
hanane becha
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The WSDL file is following... Very simple WSDL to valiadte my framewok first!

 
The knights of nee want a shrubbery. And a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic