1: | What does UDDI stand for? |
A1: | Universal Description, Discovery, and Integration. |
2: | What is the base class for a Web Service? |
A2: | System::Web::Services::WebService. |
3: | What class type does a .NET application use to access a Web Service? |
A3: | It uses a proxy class that simulates the actual Web Service class. |
4: | How is a Web Service added to an application? |
A4: | By using the Add Web Reference option from the Solution Explorer or the Project menu. The Web Service is then located and added to the application with the Add Web Reference dialog. |
Top |