• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Web service examples

 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello! Can you tell me some good sites where I can find web services examples? I found only at WebServicesEx but I need more examples.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maja,

The JEE Tutorial is a good one that I'd used.
http://download.oracle.com/docs/cd/E17477_01/javaee/5/tutorial/doc/bnayk.html

Cheers,
Praison
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://netbeans.org/kb/trails/web.html
 
maja neskovic
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you, guys, for this links, but I have already seen them, especially this one about NetBeans's creating of Web services. I need examples of Web services which are already made and put on Internet in order to analyze them. Hope you can help
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Both Metro and Axis-2 come with example services that are ready to install and run in a local container (which, I assume, you know how to do). If that's not what you're after, then what are you looking for?
 
Ivan Krizsan
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Aha, why didn't you say so in the first place?!!?
I can only think of Amazon making a SOAP web service available, at the moment.
There is an article about writing clients for the Amazon web service: http://java.sun.com/developer/technicalArticles/WebServices/amazonws/
I have never seen a page listing such services, so regretfully, I cannot help you there.
Best wishes!
 
maja neskovic
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Ivan
 
maja neskovic
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have read about UDDIs. Can you give me a link to any good UDDI? I need one composite Web service (composed of at least 2 Web services) in order to analyze it. I read about it - that they can not be found easily since they are usually made only for internal needs of companies, so I couldn't find it by myself. Hope you can help.
 
Lester Burnham
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does UDDI have to do with composite web services? Anyway, all public UDDI repositories have been shut down years ago.

If you're interested in composite web services, check out BPEL; its implementations (like Apache ODE) come with examples of such services.
reply
    Bookmark Topic Watch Topic
  • New Topic