单选题建立Web Service应该使用下面哪个工具:()。AQuery As A Web ServiceBWeb Intelligence Rich ClientCData Source Migration WizardDUniverse Builder

单选题
建立Web Service应该使用下面哪个工具:()。
A

Query As A Web Service

B

Web Intelligence Rich Client

C

Data Source Migration Wizard

D

Universe Builder


参考解析

解析: 暂无解析

相关考题:

Web复制工具可以使用下面那个连接类型能部署ASP.NET Web应用?() A.FTPB.SMTPC.SSHD.IMAPE.HTTPF.Share Folders

You create a Web Form that contains connected Web Parts. You write the following declaration in your Web Form.You need to ensure that your Web Part connection is valid. Which two actions should you perform? ()A. Include a data source identified as WebPartConnection1 on the Web Form.B. Include a Web Part identified as customerPart on the Web Form.C. Include a Web Part identified as ordersPart on the Web Form.D. Ensure that you declare an interface named IOrdersPart.E. Ensure that you declare an interface named ICustomerPart.F. Ensure that each Web Part declares either a GetInterface or ProvideInterface method.

Exhibit: You are developing a Web application. The Web application uses a GridView control to display data. You build your Web Forms for the Web application by dragging and dropping tables from the Data Connections tree in Server Explorer. You need to add a connection to your data by using the Add Connection dialog box as shown in the exhibit. During the process, you need to configure the .NET Data Provider that you use to create the data source objects. What should you do?()A. Right-click the connection, and click Properties. Modify the Provider property of the data connection.B. Click the Change button, and change the data provider for the selected data source.C. Click the Advanced button, and change the Data Source property to the target provider.D. Click the Advanced button, and change the Application Name property to the target provider.

建立Web Service应该使用下面哪个工具:()。A、Query As A Web ServiceB、Web Intelligence Rich ClientC、Data Source Migration WizardD、Universe Builder

Which tool is used to simplify the migration, management and deployment of IIS Web servers, Web applications and Web sites?()A、System DesignerB、XCOPY deploymentC、Deployment DesignerD、Web Deployment

Web Service的应用领域中,()是指面向企业应用的服务,包括企业内部的ERP系统、企业间的SCM、CRM等系统。A、面向商业的Web ServiceB、面向消费者的Web ServiceC、面向设备的Web ServiceD、面向系统的Web Service

下面关于XML Web Services的说法,错误的是()。A、XML Web Service的核心概念是基于Java的应用程序能够在基于标准的环境中创建,并作为服务将内容传递给客户端B、XML Web Service为基于web的专用应用程序在Internet上的传输提供了一种方式C、XML Web Service利用XML和其他Internet标准,使得服务的使用者能够通过XML得到它们的服务D、XML Web Service的例子包括税收计算服务,验证服务和各种购物和电子商务服务等等其他各种服务

A developer is designing a web application that must support multiple interfaces,including: an XML web service for B2B HTML for web-based clients WML for wireless customers. Which designpattern provides a solution for this problem?()A、Session FacadeB、Business DelegateC、Data Access ObjectD、Model-View-ControllerE、Chain of Responsibility

A developer is designing a web application that must support multiple interfaces, including:   • an XML web service for B2B • HTML for web-based clients • WML for wireless customers   Which design pattern provides a solution for this problem?( )A、 Session FaçadeB、 Business DelegateC、 Data Access ObjectD、 Model-View-ControllerE、 Chain of Responsibility

You work with a SQL Server 2005 database that provides banking information for customers. You want customers to see banking reports that combine data that is retrieved from the database with real-time investment information that comes from a Web service provided by a third party. The investment information must be current when the reports are executed. You need to create the appropriate objects that support the reports.  What should you do?()A、 Publish the data in the database as an XML Web service by using the FOR XML AUTO clause. B、 Create a table to store the banking information for each customer. Create a trigger that fires when data is inserted into the table that joins with the data coming from the Web service. C、 Create a Transact-SQL stored procedure that uses a temporary table to store the banking information for each customer. Update the table with the values from the Web service. D、 Have a developer in your company create an assembly that calls the remote Web service. Create aCLR function by using the assembly. Call the CLR function and combine the results with banking information in the database.

You create a Web Form that contains connected Web Parts. You write the following declaration in your Web Form. You need to ensure that your Web Part connection is valid. Which two actions should you perform? ()A、Include a data source identified as "WebPartConnection1" on the Web Form.B、Include a Web Part identified as "customerPart" on the Web Form.C、Include a Web Part identified as "ordersPart" on the Web Form.D、Ensure that you declare an interface named "IOrdersPart".E、Ensure that you declare an interface named "ICustomerPart".F、Ensure that each Web Part declares either a GetInterface or ProvideInterface method.

应该选择以下哪个产品来快速开发简单的交叉报表?()A、BusinessObjects EnterpriseB、Crystal reportC、Crystal xcelsiuseD、Web intelligence

You recently developed a Web application that accesses an external Web service to retrieve current exchange rates for Certkiller .com's e-Commerce Web site. The Web service converts USD prices to the customer's local currency. You have stored the URL to the external Web service's endpoint in the section of the Web.config file. The Web application has been successfully deployed to a Certkiller .com Web server named Certkiller -SR14. A few months later the vendor of the Web service changes the port that is used to access the Web service. You need to update the section of the Web application's Web.config file from Certkiller -WS528. You need to ensure that your solution has a minimal impact on customers that may be connected to the e-Commerce Web site. What should you do?()A、Create a Host entry in the Lmhosts file on Certkiller -SR14. Point the Host entry to the new end point.B、Use the Copy Web Site function in Visual Studio 2005 to deploy the Web.config file from Certkiller -WS528 to Certkiller -SR14.C、Create a Web Setup project in Visual Studio 2005 to deploy the Web.config file from Certkiller -WS528 to Certkiller -SR14.D、Use the Web Site Administration Tool to change the appSettings section of the Web.config file.

You are designing a web service that will be hosted in Windows Azure.  The web service will accept and store structured and semi-structured data. The web service must meet the following requirements:   - Update all data within a single transaction.  - Enforce the data structure for structured data within the data store.    You need to recommend an approach for storing the data.  What should you recommend?()A、 Use Windows Azure Queues.B、 Use a single SQL Azure database.C、 Use a single Windows Azure Drive.D、 Use Windows Azure Table storage.

Web复制工具可以使用下面那个连接类型能部署ASP.NET Web应用?()A、FTPB、SMTPC、SSHD、IMAPE、HTTPF、Share Folders

多选题Web复制工具可以使用下面那个连接类型能部署ASP.NET Web应用?()AFTPBSMTPCSSHDIMAPEHTTPFShare Folders

单选题Which control allows you to bind to data items that are returned from a data source and display them?()AListView Web Server ControlBDetailsView Web Server ControlCDataList Web Server ControlDData Web Server Control

单选题建立Web Service应该使用下面哪个工具:()。AQuery As A Web ServiceBWeb Intelligence Rich ClientCData Source Migration WizardDUniverse Builder

单选题You work with a SQL Server 2005 database that provides banking information for customers. You want customers to see banking reports that combine data that is retrieved from the database with real-time investment information that comes from a Web service provided by a third party. The investment information must be current when the reports are executed. You need to create the appropriate objects that support the reports. What should you do?()APublish the data in the database as an XML Web service by using the FOR XML AUTO clause.BCreate a table to store the banking information for each customer. Create a trigger that fires when data is inserted into the table that joins with the data coming from the Web service.CCreate a Transact-SQL stored procedure that uses a temporary table to store the banking information for each customer. Update the table with the values from the Web service.DHave a developer in TestKing.com create an assembly that calls the remote Web service.Create a CLR function by using the assembly. Call the CLR function and combine the results with banking information in the database.

单选题下面关于XML Web Services的说法,错误的是()。AXML Web Service的核心概念是基于Java的应用程序能够在基于标准的环境中创建,并作为服务将内容传递给客户端BXML Web Service为基于web的专用应用程序在Internet上的传输提供了一种方式CXML Web Service利用XML和其他Internet标准,使得服务的使用者能够通过XML得到它们的服务DXML Web Service的例子包括税收计算服务,验证服务和各种购物和电子商务服务等等其他各种服务

单选题Web Service的应用领域中,()是指面向企业应用的服务,包括企业内部的ERP系统、企业间的SCM、CRM等系统。A面向商业的Web ServiceB面向消费者的Web ServiceC面向设备的Web ServiceD面向系统的Web Service

单选题Which of the following protocols is used to encrypt data between web servers and web browsers?()ASMTPBSIPCHTTPDSSL

单选题使用WebService通常按3个步骤进行,下列不属于三个步骤中的选项是()。A创建Web ServiceB发布Web ServiceC调用Web ServiceD调试Web Service

单选题You are designing a web service that will be hosted in Windows Azure.  The web service will accept and store structured and semi-structured data. The web service must meet the following requirements:   - Update all data within a single transaction.  - Enforce the data structure for structured data within the data store.    You need to recommend an approach for storing the data.  What should you recommend?()A Use Windows Azure Queues.B Use a single SQL Azure database.C Use a single Windows Azure Drive.D Use Windows Azure Table storage.

单选题Which tool is used to simplify the migration, management and deployment of IIS Web servers, Web applications and Web sites?()ASystem DesignerBXCOPY deploymentCDeployment DesignerDWeb Deployment

单选题You recently developed a Web application that accesses an external Web service to retrieve current exchange rates for Certkiller .com's e-Commerce Web site. The Web service converts USD prices to the customer's local currency. You have stored the URL to the external Web service's endpoint in the section of the Web.config file. The Web application has been successfully deployed to a Certkiller .com Web server named Certkiller -SR14. A few months later the vendor of the Web service changes the port that is used to access the Web service. You need to update the section of the Web application's Web.config file from Certkiller -WS528. You need to ensure that your solution has a minimal impact on customers that may be connected to the e-Commerce Web site. What should you do?()ACreate a Host entry in the Lmhosts file on Certkiller -SR14. Point the Host entry to the new end point.BUse the Copy Web Site function in Visual Studio 2005 to deploy the Web.config file from Certkiller -WS528 to Certkiller -SR14.CCreate a Web Setup project in Visual Studio 2005 to deploy the Web.config file from Certkiller -WS528 to Certkiller -SR14.DUse the Web Site Administration Tool to change the appSettings section of the Web.config file.

单选题A developer is designing a web application that must support multiple interfaces, including:   • an XML web service for B2B • HTML for web-based clients • WML for wireless customers   Which design pattern provides a solution for this problem?( )A Session FaçadeB Business DelegateC Data Access ObjectD Model-View-ControllerE Chain of Responsibility

( 难度:中等)一个标准的web动态网站的目录结构应该包含下面哪些部分()A.WEB-INF目录B.WEB-INF/wexmlC.WEB-INF/classD.WEB-INF/libE.WEB-INF/static