Select which of the following correctly describes the construction of a SOAP (SOAP 1.1) message. (Multiple answers possible. Select two.)
A. A Document type declaration cannot be included
B. The SOAP Header element is optional, and may be omitted
C. A multiple number of SOAP Body elements may be included
D. The SOAP Body element is optional, and may be omitted
正解:A,B
質問 2:
Which of the following does not correctly describe WSDL (WSDL 1.1)?
A. Under the WSDL definition, you can use the import element to import another WSDL definition
B. When a service operation is a "Request-response" type, you can specify a fault element to designate the error message type as the child element of an operation element within the portType element
C. You do not need to specify a binding element when creating a WSDL definition
D. When a service operation is a "One-way" type, you can specify a fault element to designate the error message type as the child element of the operation element within the protType element
正解:D
質問 3:
Which of the following correctly describes the SOAP (SOAP 1.1) message sent from the client side to the service side?
A. In order to acquire the symbol element data type, the service side must access
http://www.xmlmaster.org/exam, and acquire the schema document coded in XML schema
B. The symbol element will be processed according to the service implement
C. In order to acquire the symbol element data type, the client side and the service side must already share the WSDL definition
D. Because the encoding method (SOAP Encoding) defined under SOAP 1.1 is not used, the xsi:type attribute of the symbol element must be specified to designate the data type
正解:B
質問 4:
Select the following DOM (Level 2) methods that can add an attribute node (Attr) to an element node (Element). (Multiple answers possible. Select two.)
A. setAttributeNode
B. appendChild
C. hasAttribute
D. setAttribute
正解:A,D
質問 5:
Which of the following correctly describes the output results when performing an XSLT tranformation on the following "XML Document" using the "XSLT Style Sheet" below? Note that the XSLT processor can output transformation results as a document.

A. <data/>
B. <data xml:lang="en">Tokyo</data>
C. <data xml:lang="ja-JP">Tokyo</data>
D. <data>Tokyo</data>
正解:B
質問 6:
Which of the following correctly describes a data binding tool that maps XML data and programming objects?
A. There are several data binding tools, with different tools suited for different schema languages
B. There are several data binding tools, but as long as the same programming language is used, all method names and arguments lists for XML operations are the same for every tool
C. A data binding tool implements W3C XML data binding
D. There are several data binding tools, but none of these tools can handle XML namespaces
正解:A
質問 7:
Push the Exhibit Button to load the referenced "XML Document".
[XML Document]
<TestML xmlns="urn:xmlmaster:testml">
<record level="1" data="100" />
<record level="2" data="250" />
</TestML>
Choose the XML Schema Document that does not correctly define the structure of the "XML Document".
A. <xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml" >
<xs:element name="TestML" type=" testmlType " />
<xs:complexType name="testmlType">
<xs:sequence>
<xs:element ref=" record " maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="record" type=" recordType " />
<xs:complexType name="recordType">
<xs:attribute name="level" type="xs:int" />
<xs:attribute name="data" type="xs:int" />
</xs:complexType>
</xs:schema>
B. <xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml"
xmlns:tns="urn:xmlmaster:testml" >
<xs:element name="TestML" type=" tns:testmlType " />
<xs:complexType name="testmlType">
<xs:sequence>
<xs:element ref=" tns:record " maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="record" type=" tns:recordType " />
<xs:complexType name="recordType">
<xs:attribute name="level" type="xs:int" />
<xs:attribute name="data" type="xs:int" />
</xs:complexType>
</xs:schema>
C. <schema
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml"
xmlns:tns="urn:xmlmaster:testml">
<element name="TestML" type="tns:testmlType" />
<complexType name="testmlType">
<sequence>
<element ref="tns:record" maxOccurs="unbounded" />
</sequence>
</complexType>
<element name="record" type="tns:recordType" />
<complexType name="recordType">
<attribute name="level" type="int" />
<attribute name="data" type="int" />
</complexType>
</schema>
D. <xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml"
xmlns="urn:xmlmaster:testml" >
<xs:element name="TestML" type=" testmlType " />
<xs:complexType name="testmlType">
<xs:sequence>
<xs:element ref=" record " maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="record" type=" recordType " />
<xs:complexType name="recordType">
<xs:attribute name="level" type="xs:int" />
<xs:attribute name="data" type="xs:int" />
</xs:complexType>
</xs:schema>
正解:A
質問 8:
Push the Exhibit Button to load the referenced "XML Document".

A. <record>
<data>100</data>
</record>
B. <record xmlns="urn:xmlmaster:test">
<data>100</data>
<data>70</data>
</record>
C. <record>
<data>100</data>
<data>70</data>
</record>
D. <record xmlns="urn:xmlmaster:test">
<data>100</data>
</record>
E. <record xmlns="urn:xmlmaster:test">
<data xmlns= "" >100</data>
<data xmlns= "" >70</data>
</record>
F. <record xmlns="urn:xmlmaster:test">
<data xmlns= "" >100</data>
</record>
正解:E
桜庭** -
I10-002問題集一つで万全の試験対策が出来て素敵な問題集になっている。XML Masterさんすごい