单选题The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()A RPC/literalB RPC/encodedC Document/encodedD Document/literalE Document/literal wrapped

单选题
The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()
A

 RPC/literal

B

 RPC/encoded

C

 Document/encoded

D

 Document/literal

E

 Document/literal wrapped


参考解析

解析: 暂无解析

相关考题:

You are creating an ASP.NET web application that hosts several Windows Communication Foundation (WCF) services.The services have ASP.NET Compatibility Mode enabled. Users authenticate with the Web application by using a cookie-based ASP.NET Forms Authentication model.You add a service file named Authentication.svc that contains the following code segment:%@ ServiceHost Service=System.Web.ApplicationServices.AuthenticationServiceFactory=System.Web.ApplicationServices.ApplicationServicesHostFactory %You need to ensure that users can access the WCF services without having to re-authenticate.Which two configuration settings should you add? (Each is part of a complete solution. Choose two.)()A. In the system web. Extensions scripting/webServices/authenticationService element, set the enabled attribute to true.B. In the system web. Extensions scripting/webServices/profileService element, set the enabled attribute to true.C. Add a service endpoint with basicHttpBinding for the contract System.Web.ApplicationServices.AuthenticationService.D. Add a custom service behavior named AuthenticationService Type Behaviors with a service AuthenticationManager element that has service AuthenticationManagerType set to System.Web.Security.SQL Membership Provider

Your Web site processes book orders. One of the application methods contains the following code segment.Dim doc As New XmlDocument()doc.LoadXml("10" discount))C. doc.RemoveChild(doc.FirstChild)D. doc.DocumentElement.RemoveChild(doc.FirstChild)

Web services服务提供者

Which of the following business scenarios is the LEAST appropriate for Web services?()A、 Expanding the reach of your company information.B、 Providing transactional services such as credit card payment processing.C、 Making existing services available to a business process to orchestrate services.D、 Enabling interoperability between heterogeneous services to create time-critical solutions.

The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()A、 RPC/literalB、 RPC/encodedC、 Document/encodedD、 Document/literalE、 Document/literal wrapped

Which of the following methods of user authentication is the MOST secure?()A、CHAPB、KerberosC、TACACSD、EAP

在构建SOA架构中Web services所起的作用是什么?()A、Web services通过使用基于XML标准的消息机制,增强互操作性B、Web services通过使用任务列表为人机交互提供一种接口C、Web services基于JAX-RPC标准,并通过远程方法调用提供一种松耦合方法D、Web services通过使用BPEL应用程序定义的接口,实现服务功能

Which of the following is MOST likely to improve the performance of SOAP-based Web services?()A、 Use message level securityB、 Use fine-grained Web servicesC、 Use document/literal instead of RPC/encodedD、 Avoid stale data in the UDDI registry by turning off caching

Domino applications can be accessed using numerous methods, including:()A、Web servicesB、Lotus NotesC、Web browsersD、All of the above

Your web application requires the ability to load and remove web files dynamically to the web container’s filesystem. Which two HTTP methods are used to perform these actions?()A、PUTB、POSTC、SENDD、DELETEE、REMOVE

You have a Web server that runs Windows Server 2003 Service Pack 2 (SP2).You attempt to start the World Wide Publishing Service and receive the following error message.You need to identify which services must be started before you can start the World Wide Web Publishing Service.  What should you do?()A、From Event Viewer, view the application log.B、From Windows Explorer, open the %systemroot%/system32/drivers/etc/services file.C、From the Services snap-in, view the properties of the World Wide Web Publishing Service.D、From the command prompt, run Net config server /srvcomment:”World Wide Web Publishing Service”.

Cer-tech .com has a server that runs Windows Server 2008.Terminal services role is installed on theserver. As an administrator at Cer-tech .com, you deploy a new application on the server. The applicationcreates a file that has an extension of .bdc you have to make sure that the users can launch applicationremotely from their computer by double-clicking on the .bdc extension. What should you do to achieve thisobjective?()A、Use Terminal Server Web Access website to configure the application as a published applicationB、Configure the remote desktop connection on the client computers to point the terminal services serverC、Configure the Remote Desktop file to configure application as a published applicationD、Use Windows Installer package file to configure application as a published application

Your company runs Remote Desktop Services. You have a Remote Desktop Web Access (RD Web Access) server. You publish several applications on the internal networ k by using RD Web Access. You need to ensure that the published applications are accessible from the Internet via an HTTPS connection over port 443. What should you do first?()A、Use Internet Information Services (IIS) Manager to disable Forms Authentication .B、Use Internet Information Services (IIS) Manager to enable Windows Authentication.C、Install and configure the Remote Desktop Gateway (RD Gateway) role service on the RD Web Access server.D、Install and configure the Remote Desktop Connection Broker (RD Connection Broker) role service on the RD Web Access server.

You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()A、Web Setup projectB、Web-based deploymentC、Deployment manifestD、Web Deployment Tool

Which utility allows you to pre-compile and publish your Web site to a new location?()A、Publish Web SiteB、Web-based installationC、Web site project modeD、Web services directory

Why would a developer prefer to use SOAP Web services over REST Web services?()A、 To provide message level securityB、 To allow integration with Web 2.0 applicationsC、 To be able to use XML to format response messagesD、 To be able to use the HTTP or HTTPS transport protocols

Which of the following Windows Server 2012 R2 server role are required to share a Web Services on Devices (WSD) compatible network scanner?()A、The Application Server server role.B、The Fax Server server role.C、The Network Policy and Access Services server role.D、The Print and Document Services server role.

多选题Click the Exhibit button. In the exhibit,the protect-re filter is applied as an input filter on the lo0.0 interface and all possible services are enabled under [edit system services].  Which two methods can you use to access the router?()AFTPBSSHCTelnetDJ-Web

单选题Which of the following is MOST likely to improve the performance of SOAP-based Web services?()A Use message level securityB Use fine-grained Web servicesC Use document/literal instead of RPC/encodedD Avoid stale data in the UDDI registry by turning off caching

多选题Your web application requires the ability to load and remove web files dynamically to the web container’s filesystem. Which two HTTP methods are used to perform these actions?()APUTBPOSTCSENDDDELETEEREMOVE

单选题The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()A RPC/literalB RPC/encodedC Document/encodedD Document/literalE Document/literal wrapped

单选题You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual Studio .NET 2010 as its application development platform. You have recently finished the development of an ASP.NET Web application using .NET Framework 4.0. Now, you are deploying the ASP.NET Web application to a remote server. You are required to select a deployment method that will make sure that all Internet Information Services (IIS) settings, in addition to the Web content, are deployed to the remote server. Which of the following deployment methods will you select to accomplish this?()AWeb Setup projectBWeb-based deploymentCDeployment manifestDWeb Deployment Tool

单选题Which of the following Windows Server 2012 R2 server role are required to share a Web Services on Devices (WSD) compatible network scanner?()AThe Application Server server role.BThe Fax Server server role.CThe Network Policy and Access Services server role.DThe Print and Document Services server role.

单选题Which of the following business scenarios is the LEAST appropriate for Web services?()A Expanding the reach of your company information.B Providing transactional services such as credit card payment processing.C Making existing services available to a business process to orchestrate services.D Enabling interoperability between heterogeneous services to create time-critical solutions.

单选题You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. There is a server that runs Windows Server 2008. The Terminal Services server role is installed on theserver. You have a new application deployed on the server. The application creates files that have anextension of .xyz. You have to make sure that users are able to launch the remote application from theircomputers by double-clicking a file that has the .xyz extension. What action should you perform?()AThe Remote Desktop Connection Client on the users’ computers should be configured to point to theserver.BConfigure the application as a published application You should use a Remote Desktop Program file.CConfigure the application as a published application by using a Microsoft Windows Installer packagefile.DConfigure the application as a published application by using a Terminal Server Web Access Web site.

多选题You are creating an ASP.NET web application that hosts several Windows Communication Foundation (WCF) services. The services have ASP.NET Compatibility Mode enabled. Users authenticate with the Web application by using a cookie-based ASP.NET Forms Authentication model. You add a service file named Authentication.svc that contains the following code segment: You need to ensure that users can access the WCF services without having to re-authenticate. Which two configuration settings should you add? (Each is part of a complete solution. Choose two.)()AIn the system web. Extensions scripting/webServices/authenticationService element, set the enabled attribute to true.BIn the system web. Extensions scripting/webServices/profileService element, set the enabled attribute to true.CAdd a service endpoint with basicHttpBinding for the contract System.Web.ApplicationServices.AuthenticationService.DAdd a custom service behavior named AuthenticationService Type Behaviors with a service AuthenticationManager element that has service AuthenticationManagerType set to System.Web.Security.SQL Membership Provider

单选题Which command is used to enable access to J-Web using HTTPS?()Aset system remote-access provle httpsBset services remote-access profile j-web-httpsCset system services web-management httpsDset services web-management j-web-https

单选题Why would a developer prefer to use SOAP Web services over REST Web services?()A To provide message level securityB To allow integration with Web 2.0 applicationsC To be able to use XML to format response messagesD To be able to use the HTTP or HTTPS transport protocols