|
Re: Quick Question...: msg#00142php.nusoap.general
Let me try and explain this a little clearer thats if i can.. I have a server function which i need to return an array from of which consists of 3 XSD:String values.. actually what i need to do is pass back 5 values in an array. I know how to pass them to the function from client to server that was easy its going server to client that is the problem. <message name="functionResponse"> <part name="valid" type="xsd:string" /> <part name="truelink" type="xsd:string" /> <part name="falselink" type="xsd:string" /> <part name="invaildlink" type="xsd:string" /> </message> what i need is to be able to do something like above... is it even possible?? or if not what would be the simplist way? and if it is possible i am guessing i then would do it like normal: $data=$client->call('function', $parameter); and just use the dumb_var command??? regards, Dennis On Wed, 26 May 2004 22:31, Nergis Kilinç wrote: > I did not completely understand your question but if you need to know how > to pull a specific array, use var_dump(). > This function displays structured information about one or more expressions > that includes its type and value. Then you can > use the appropriate part. > > $data=$client->call('function', $parameter); > > var_dump ($data); > > Nergis Kilinç > > ----- Original Message ----- > From: "Dennis Morgan" <dennis.morgan@xxxxxxxxxx> > To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx> > Sent: Wednesday, May 26, 2004 2:14 AM > Subject: [Nusoap-general] Quick Question... > > > Hi Everyone, > > this may be a dumb question and probably is straight forward.. > > > > Is there a way to return an array from a function call.. at present i > > need to > > > find a way to have a function pass back 3 bits of data. all XSD:String. > > > > If anyone as any idea how i could pull this off it would be a big help.. > > regards, > > Dennis > > > > > > > > ------------------------------------------------------- > > 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 > _______________________________________________ > 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: | Re: Quick Question...: 00142, Scott Nichol |
|---|---|
| Next by Date: | Re: Quick Question...: 00142, Scott Nichol |
| Previous by Thread: | Re: Quick Question...i: 00142, Nergis Kilinç |
| Next by Thread: | Re: Quick Question...: 00142, Scott Nichol |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |