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

WebService Deployment

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

I have been reading RMH on deployment topic without any implementation. Thought webservices.xml, jaxrpc mapping file and web.xml or ejb-jar.xml was sufficient enough for service deployment.

But when I read through some AXIS material I found refernce to wsdd file but did not get time to give a good look. Is it similar to webservices.xml?

Thanks.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't get sidetracked by the Axis stuff. Axis is about "Java Web Services" while the SCDJWS is all about "J2EE Web Services". The wsdd is Apache Axis own homebrewed concoction.

webservices.xml is discussed in JSR-000921 Implementing Enterprise Web Services 1.1
web.xml is discussed in JSR-000154 JavaTM Servlet 2.4 Specification
ejb-jar.xml is discussed in JSR-000153 Enterprise JavaBeansTM 2.1
reply
    Bookmark Topic Watch Topic
  • New Topic