ASP.NET Logo Back to WebMatrix Home

 
XML Web Services
Create a new XML Web service
The computing industry is converging on a new model for building software. This model enables a standard way of connecting software applications and exchanging information using the Internet. This new Internet-based integration methodology, called XML Web services enables applications, machines, and business processes to work together in ways never previously possible.

In this walkthrough, you will create a new ASP.NET XML Web service page.

  1. Open Microsoft ASP.NET Web Matrix.  You will see the New File dialog box appear.
  2. Select (General) from the Templates pane.
  3. Select the XML Web Service template.
  4. Type a file path in the Location box.
  5. Type myFirstWebService.asmx in the Filename box.
  6. Select Visual Basic in the Language drop-down box.
  7. Type Sample in the Class box.
  8. Type MatrixDemo in the Namespace box.

    New File Dialog

  9. Click OK. The myFirstWebService.asmx file will open in Code view. 

Next Step >>