Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How to build and deploy web service in JavaWebservice Development kit?

 
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
How to build and deploy web service in JavaWebservice Development kit?

For creating a sample webservice i created an interface,class for this interface,web.xml and jaxrpc-ri.xml based on "Sams teach yourself web services in 24 hours book".

then how to build and deploy it.

In book it mentioned me to execute ANT commands to building and to executing. But ANT build script is not given. Please me a way.

Thanks in advance,
Yamini
 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can send you the book source code if you need ...
 
yamini nadella
Ranch Hand
Posts: 257
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have this book. But I am not sure how to build and deploy this webservice. as this book doesnt have detailed explanation for this.

I am looking for some book to get a way to execute atleast one webservice.
reply
    Bookmark Topic Watch Topic
  • New Topic