logo       

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

php.nusoap.general

Subject: Re: Need to send multiple parameters with the same name

How do you know you need to send "multiple parameters with the same name"? Is
this from WSDL you are reading? If so, use the WSDL in your code. Are you
just trying to emulate a sample payload that "documents" the service? If so,
could you post it to the list?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Paul Millar" <dazzle@xxxxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, May 20, 2004 4:30 AM
Subject: [Nusoap-general] 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
_______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general



-------------------------------------------------------
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_id149&alloc_id?66&op=click


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

News | FAQ | advertise