|
Re: Need to send multiple parameters with the same name: msg#00096php.nusoap.general
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> |
|---|---|---|
| Previous by Date: | Need to send multiple parameters with the same name: 00096, Paul Millar |
|---|---|
| Next by Date: | Re: Need to send multiple parameters with the same name: 00096, Mark Spavin |
| Previous by Thread: | Need to send multiple parameters with the same namei: 00096, Paul Millar |
| Next by Thread: | Re: Need to send multiple parameters with the same name: 00096, Mark Spavin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |