logo       

Need to send multiple parameters with the same name: msg#00095

php.nusoap.general

Subject: Need to send multiple parameters with the same name

I'm trying to send multiple parameters with the same name but NuSoap only sends the last one mentioned.

--code--

$requestparams = array ('Group' => array ('Name' => 'Medium'), 'Group' => array ('Name' => 'Request'));

$result = $client->call('DoSomething', $requestparams, 'xmlns');

How can I set the parameters so it sends both lots of 'Group' and not just the last one?

thanks for any help,

Paul



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise