站内搜索
IBM(000-371) 问题列表
问题 单选题The WS-I Simple SOAP Binding Profile V1.0 mandates that a message must serialize the envelope according to which specification?()A  XML 1.0B  WSDL 1.1C  SOAP 1.1D  HTTP 1.0

问题 单选题A customer requires a Web service which ensures message delivery. Which transport should be proposed?()A  SOAP/TCPB  SOAP/JMSC  SOAP/HTTPD  SOAP/SMTPE  SOAP/HTTPS

问题 单选题What must be included in a SOAP fault message when an error occurs due to a value in the message Body element?()A  A detail elementB  A Body fault codeC  An application-specific fault codeD  A fault string element with a value of Body

问题 多选题Which of the following is used to invoke a Web service from an unmanaged client?()AJAX-WS dispatch APIBDeployment descriptorC@Resource annotationD@WebServiceRef annotationEService and Interface classes

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

问题 单选题The WS-I Simple SOAP Binding Profile V1.0 mandates that a message must serialize the envelope according to which specification?()A  XML 1.0B  WSDL 1.1C  SOAP 1.1D  HTTP 1.0

问题 单选题What is the LEAST appropriate scenario for Web services?()A  To integrate legacy systemsB  To propagate security contextC  To expose fine grained operationsD  To use with process choreographyE  For B2B (business to business) applications

问题 多选题A company is migrating their current JAX-WS Web service running on IBM WebSphere Application Server V6.1 with the Feature Pack for Web Services to V7.0. The company wants to continue to support V6.1 service consumers.  If the Web service has WS-AtomicTransaction enabled, what settings should be configured to support the widest range of clients? ()ASet the WS-AtomicTransaction to Never in WS-Transaction policy of the policy setBSet the WS-AtomicTransaction to Supports in WS-Transaction policy of the policy setCSet the WS-AtomicTransaction to Mandatory in WS-Transaction policy of the policy setDSet the Default WS-Tx specification level to 1.0 in application policy set bindingsESet the Default WS-Tx specification level to 1.1 in application policy set bindings

问题 多选题Which of the following is used to invoke a Web service from an unmanaged client?()AJAX-WS dispatch APIBDeployment descriptorC@Resource annotationD@WebServiceRef annotationEService and Interface classes

问题 多选题An RPC/encoded Web service experiences poor performance at high message volumes. What can a developer do to improve this performance?()ATurn off marshallingBUse binary encodingCUse RPC/literal encodingDUse document/literal encodingERedesign to use more granular messaging

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

问题 单选题How can a developer ensure that a fault will occur if the service does not recognize a SOAP header entry containing a transaction number?()A  Set the faultCode value to soap:TransactionB  Include a Fault element in the SOAP messageC  Include a mustUnderstand attribute in the header entryD  Include a detail element containing application-specific elements according to the XML Schema

问题 单选题What must be included in a SOAP fault message when an error occurs due to a value in the message Body element?()A  A detail elementB  A Body fault codeC  An application-specific fault codeD  A fault string element with a value of Body

问题 单选题A customer requires a Web service which ensures message delivery. Which transport should be proposed?()A  SOAP/TCPB  SOAP/JMSC  SOAP/HTTPD  SOAP/SMTPE  SOAP/HTTPS

问题 单选题Which specification provides recommendations on the use of encodings to maximize interoperability?()A  SAAJ V1.2B  JAX-RPC V1.0C  WS-CoordinationD  WS-I Basic Profile (BP) V1.1