Re: [PHP] Re: SOAP - return a list of items

2008-08-18 Thread Dan Joseph
On Sun, Aug 17, 2008 at 8:32 AM, Luke [EMAIL PROTECTED] wrote: why use soap for this? I just use a javascript array for this kind of thing... 2008/8/13 Dan Joseph [EMAIL PROTECTED] Maybe more info will help: Here is what I have so far for the WSDL... xsd:complexType

Re: [PHP] Re: SOAP - return a list of items

2008-08-17 Thread Luke
why use soap for this? I just use a javascript array for this kind of thing... 2008/8/13 Dan Joseph [EMAIL PROTECTED] Maybe more info will help: Here is what I have so far for the WSDL... xsd:complexType name=getQuoteHistory xsd:all xsd:element name=id

[PHP] Re: SOAP - return a list of items

2008-08-13 Thread Dan Joseph
Maybe more info will help: Here is what I have so far for the WSDL... xsd:complexType name=getQuoteHistory xsd:all xsd:element name=id type=xsd:string/ xsd:element name=key type=xsd:string/ xsd:element name=username type=xsd:string/