December 2002
Beginner to intermediate
432 pages
10h 10m
English
Since we have been working with the customers/orders/order details structure, let’s continue with that and build a Web Service that returns and updates data about customer orders.
Let’s rename our Web Service from the default to CustomersOrders. Do this by opening the page in design view. Web Services in Visual Studio are built using the Component Model, so we get a visual designer to work with. The only property available is the Name property. Change it from Service1 to CustomersOrders. Now change the file name to CustomersOrders as well. We can rename the file ins the usual manner using the Solution Explorer.
Since the Web Service class is derived from the ComponentModel class, we can add components using a ...
Read now
Unlock full access