How To - Add Web Reference to Project

1. Create a Smart Device Project

2. Right Click on the Project and Select Add Web Reference...

3. The Add Web Reference Dialog appears

4. Add the URL to the Web Reference

5. Click the Go Button

6. After a couple of seconds the web browser control of the Add Web Reference dialog shows the Web Page of the ASMX page, 1 Service will be found and the Web reference name is populated, Now click the Add Reference button

7. Control will return to Visual Studio were the References for your Project will be updated, along with the Web Reference directory being populated

8. You can now start consuming your web reference in code. The example project for this How To is Here