a problem about calling nusoap with the same key

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all:

 

Now I am playing nusoap to call some apis. In the api doc, the example gives
like this:

<ArrayList>

         <input name="a" value="a">

<input name="b" value="b">

<input name="c" value="c">

</ArrayList>

 

My code like:

Array('ArrayList' => array(

'input' => array('name' => 'a', 'value'=> 'b'))

);

But the key in the array should be different, so how can I construct it?

I also try :

Array('ArrayList' => '<input name="a" value="a /><input name="b"' value="b"
/>);

But after the serializing $param, there is nothing in the ArrayList.

 

Does anyone know about it?

Any reply would be appreciated.

Thanks.

 

 

 

Best regards,

Shiqi Yang

 


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux