私はWSDLを持っています、
<xs:complexType name="merchantDetails"><xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="did" nillable="true" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="flowid" nillable="true" type="xs:string"/>
次のように配列を送信しようとしています(var_dump)。
object(merchantDetails)#3
["did"]=>
array(1) {
[0]=>
string(8) "81985801"
}
["flowid"]=>
array(1) {
[0]=>
string(16) "MerchantMOTOMID1"
}
ただし、__getLastRequest
出力には、didまたは。のタグは表示されませんflowID
。
バインドされていないデータを送信する方法については、助けてください。