Example 1
This is a web service that will provide address information and can be run directly from this web link
http://ws.cdyne.com/psaddress/addresslookup.asmx?op=CheckAddress
Client application that uses the web service
Example 2
A web service and a web service client
Example 3
Another web service
Download the VB.Net Windows Client
Download the VB.Net Web Client
Assignment
Write a web service
that will return the "Quote of the Day". The phrases should be based
on a random number or the current minute.
Consider locating an existing
"Quote of the Day" web service and building your service to
call the existing service.
Build a Windows or a web client to use your service