online services

  • Thread starter Thread starter Blueparty
  • Start date Start date
B

Blueparty

Hi !

I am looking for free on-line web services written in .NET. The reason I
need them is testing Java interoperability. I've successfully "consumed"
some services at http://www.webservicex.net/, and I'd like to test some
more.

The services I'd like test should:

- be free to access

- deal with some common problems, so I can understand what they do in
general. There are a lot of stock quote services, and I am not familiar
with the topic, for example

- use some little more complex data types

- not use dynamic, MS specific, types like dataset's which are unknown
to Java, and for which is WSDL unable to generate stub.

Please post some links

TIA

B
 
Hi !

I am looking for free on-line web services written in .NET. The reason I
need them is testing Java interoperability. I've successfully "consumed"
some services athttp://www.webservicex.net/, and I'd like to test some
more.

The services I'd like test should:

- be free to access

- deal with some common problems, so I can understand what they do in
general. There are a lot ofstockquoteservices, and I am not familiar
with the topic, for example

- use some little more complex data types
Here is a link to some free Web services that are free and do not
require authentication (they are throttled against over usage by IP
address):

I think there are about 12 and each provide different types of data
such as census data, phone number-related data, financial data, zip
code information, etc.

http://www.strikeiron.com/marketplace/liteservices.aspx

These are the lite services they use to drive adoption of their system
and collection of Web services. They have about 100 more that provide
more premium data from a broad array of sources that you can subscribe
to.

SB
 
Back
Top