• 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

Difference between publishing and depolying web services

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Guys please help me out. i am confused between publishing and deploying the web services. i know i am asking such stupid question but please help me, i am very confused with it.
And wether both requires to consume web service or not?
And wether apache axis use UDDI or not..?
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Deployment is the process of compiling and placing the required components on the app server as explained at - Deploying Web Services on Java 2, Enterprise Edition (J2EE)

Publishing and Security says -

Publishing a Web service means enabling a Web service user (consumer) to locate the service description …



Regards,
Dan
 
reply
    Bookmark Topic Watch Topic
  • New Topic