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

Webservices exposed on web

 
Ranch Hand
Posts: 52
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I am working on webservices using Apache Axis.

Just wanted to know if there are some services that are exposed on the web.
Specifically I was looking for a service that can give me stock quotes.

Looking forward to your replies..
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which terms have you googled?
 
Abhineet Kapil
Ranch Hand
Posts: 52
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have googled the followinh :

"Basic webservices exposed on the web"

"wsdl files exposed on the web"

"are there any web services exposed online"

etc etc
 
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!
Searching for the following terms: stock quotes web service wsdl
Returned the link to the WSDL of a web service you may be able to use:
http://www.webservicex.net/stockquote.asmx?WSDL
I haven't tested it myself, though.
Best wishes!
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are looking for a WS that specifically returns stock quotes, shouldn't that be part of the search term?
 
Abhineet Kapil
Ranch Hand
Posts: 52
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Ivan

http://www.webservicex.net/stockquote.asmx?WSDL its not a wsdl file.. Its a plain html file I guess..


@ulf

I tried that also .. Thats why I wrote etc etc.
And I am looking for any web service exposed online, specifically Stocks..
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

http://www.webservicex.net/stockquote.asmx?WSDL its not a wsdl file.. Its a plain html file I guess..


You guess wrong - it's a WSDL.
 
Abhineet Kapil
Ranch Hand
Posts: 52
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hmmm..

Ok I will try to work it out..

The wsdls that I have generally worked on are having tags like..

message, portType, bindings, service etc..

Its seems completely different..

 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Its seems completely different..


What do you mean? It's a WSDL having XML tags like all others. Maybe you're viewing it with an application that hides those from you.
 
Abhineet Kapil
Ranch Hand
Posts: 52
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ohhhh...

misunderstanding due to browser incompatibility...

In google chrome.. the link is showing some text only


Get Stock quote for a company Symbol Get Stock quote for a company Symbol Get Stock quote for a company Symbol


I opened it in IE, and it is rendering it as a proper wsdl file..

Thanks... Ulf, Ivan
reply
    Bookmark Topic Watch Topic
  • New Topic