The following methods are to be published as Web services to

题目
单选题
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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Web services服务提供者


正确答案:Web services服务提供者定义Web服务的服务描述并把它发布到服务请求者或者服务注册中心。

第2题:

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

正确答案:A

第3题:

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.AuthenticationService"Factory="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


参考答案:A, C

第4题:

Domino applications can be accessed using numerous methods, including:()

  • A、Web services
  • B、Lotus Notes
  • C、Web browsers
  • D、All of the above

正确答案:D

第5题:

在构建SOA架构中Web services所起的作用是什么?()

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

正确答案:A

第6题:

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.

正确答案:D

第7题:

Which of the following methods of user authentication is the MOST secure?()

  • A、CHAP
  • B、Kerberos
  • C、TACACS
  • D、EAP

正确答案:B

第8题:

Your Web site processes book orders. One of the application methods contains the following code segment.Dim doc As New XmlDocument()doc.LoadXml("10" &_"Dictionary")You need to remove the discount element from XmlDocument. Which two code segments can you use to achieve this goal? ()

A. Dim root As XmlNode = doc.DocumentElementroot.RemoveChild(root.FirstChild)

B. Dim root As XmlNode = doc.DocumentElementroot.RemoveChild(root.SelectSingleNode("discount"))

C. doc.RemoveChild(doc.FirstChild)

D. doc.DocumentElement.RemoveChild(doc.FirstChild)


参考答案:A, B

第9题:

Which of the following is MOST likely to improve the performance of SOAP-based Web services?()

  • A、 Use message level security
  • B、 Use fine-grained Web services
  • C、 Use document/literal instead of RPC/encoded
  • D、 Avoid stale data in the UDDI registry by turning off caching

正确答案:C

第10题:

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、PUT
  • B、POST
  • C、SEND
  • D、DELETE
  • E、REMOVE

正确答案:A,D

更多相关问题