• 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

how to publish and consume web services in uddi?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All, I am new to web services. can anyone tell me how people publish and consume web services for real world applications.Are there
any specific web sites for this. I tried to open webservices.seekda.com suggested by someone but unfortunately that server was shutdown.
I am unable to access uddi registry also. I am going through web a lot but no use..I am seeing here lot of support from this forum..please
give me reply.. it takes one or two minutes for you people.. please...
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UDDI was a nice sounding idea see this wikipedia article for discussion that never took off. I understand it gets used inside corporate private systems.

Instead, people publish text descriptions of a service and a public WSDL file. Various toolkits can read a WSDL file and create SOAP client software components.

The vision of lots of public SOAP services never took off either because a RESTful style service is so much easier - thats why AMAZON and Google dropped their SOAP interfaces for REST.

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

Please find the following url which will be useful to get online web services http://www.webservicex.net/ws/wscatlist.aspx . This is of much useful from developer perspective who wants to play with web services. Let me know if this is useful.
reply
    Bookmark Topic Watch Topic
  • New Topic