| 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.
- Open Microsoft ASP.NET Web Matrix. You will see the New
File dialog box appear.
- Select (General) from the Templates pane.
- Select the XML Web Service template.
- Type a file path in the Location box.
- Type myFirstWebService.asmx in the Filename box.
- Select Visual Basic in the Language drop-down box.
- Type Sample in the Class box.
- Type MatrixDemo in the Namespace box.
- Click OK. The myFirstWebService.asmx file will open in
Code view.
Next Step >> |