谁能解释如何在实验室中分配任何使用肥皂的类辅助器的类型?
<complexType name="Entry">
<sequence>
<element name="key" nillable="true" type="xsd:anyType" minOccurs="0" />
<element name="value" nillable="true" type="xsd:anyType" minOccurs="0" />
</sequence>
</complexType>
For example:
$arr=array( key =>new SoapVar( EMAIL_ADDRESS ,SOAP_ENC_OBJECT, xsd:anyType ), value =>new SoapVar( [email protected] ,SOAP_ENC_OBJECT, xsd:anyType ));
在通过上述阵列供用户使用时,在网关的肥料中,它会退回“不知”的例外情况。